[Bug 739815] Re: euca-authorize and euca-revoke throws unknown error for invalid port range
Dave Walker
davewalker at ubuntu.com
Thu Jul 28 22:13:33 UTC 2011
Using boto 2.0, this doesn't seem to reach nova and returns a less than
desirable error. Therefore opening a boto task, as this should be
resolved with both client and server.
$ euca-authorize -P tcp -p -222222 -s 0.0.0.0/0 default
Traceback (most recent call last):
File "/usr/bin/euca-authorize", line 198, in <module>
main()
File "/usr/bin/euca-authorize", line 112, in main
from_port = int(ports[0])
ValueError: invalid literal for int() with base 10: ''
$ euca-revoke -P tcp -p -222222 -s 0.0.0.0/0 default
Traceback (most recent call last):
File "/usr/bin/euca-revoke", line 201, in <module>
main()
File "/usr/bin/euca-revoke", line 111, in main
from_port = int(ports[0])
ValueError: invalid literal for int() with base 10: ''
** Also affects: python-boto (Ubuntu)
Importance: Undecided
Status: New
** Changed in: python-boto (Ubuntu)
Status: New => Confirmed
** Changed in: python-boto (Ubuntu)
Importance: Undecided => Low
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to python-boto in Ubuntu.
https://bugs.launchpad.net/bugs/739815
Title:
euca-authorize and euca-revoke throws unknown error for invalid port
range
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/739815/+subscriptions
More information about the Ubuntu-server-bugs
mailing list