Comment 2 for bug 1298137

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote :

vagrant@precise64:~/openstack/python-novaclient$ nova --debug --os-auth-url http://[::1]:5003/v2.0/ --bypass-url http://[::1]:8774/v2/78a98c24eec945e28d74beb82178607b list
2.6.6 (r266:84292, Mar 27 2014, 13:56:54)
[GCC 4.6.3]
DEBUG (shell:791) invalid literal for int() with base 10: ':1]:5003'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/site-packages/novaclient/shell.py", line 788, in main
    OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:]))
  File "/usr/local/lib/python2.6/site-packages/novaclient/shell.py", line 693, in main
    self.cs.authenticate()
  File "/usr/local/lib/python2.6/site-packages/novaclient/v1_1/client.py", line 173, in authenticate
    self.client.authenticate()
  File "/usr/local/lib/python2.6/site-packages/novaclient/client.py", line 360, in authenticate
    port = magic_tuple.port
  File "/usr/local/lib/python2.6/urlparse.py", line 102, in port
    return int(port, 10)
ValueError: invalid literal for int() with base 10: ':1]:5003'
ERROR (ValueError): invalid literal for int() with base 10: ':1]:5003'