Skip to content

Instantly share code, notes, and snippets.

@gondoi
Created October 17, 2013 15:57
Show Gist options
  • Save gondoi/7027471 to your computer and use it in GitHub Desktop.
Save gondoi/7027471 to your computer and use it in GitHub Desktop.
Error when using novaclient with supernova
Traceback (most recent call last):
File "/home/bkbox/.venvs/system/local/lib/python2.7/site-packages/novaclient/shell.py", line 737, in main
OpenStackComputeShell().main(map(strutils.safe_decode, sys.argv[1:]))
File "/home/bkbox/.venvs/system/local/lib/python2.7/site-packages/novaclient/shell.py", line 667, in main
self.cs.authenticate()
File "/home/bkbox/.venvs/system/local/lib/python2.7/site-packages/novaclient/v1_1/client.py", line 171, in authenticate
self.client.authenticate()
File "/home/bkbox/.venvs/system/local/lib/python2.7/site-packages/novaclient/client.py", line 331, in authenticate
auth_url = self._plugin_auth(auth_url)
File "/home/bkbox/.venvs/system/local/lib/python2.7/site-packages/novaclient/client.py", line 394, in _plugin_auth
return self.auth_plugin.authenticate(self, auth_url)
AttributeError: 'NoneType' object has no attribute 'authenticate'
ERROR: 'NoneType' object has no attribute 'authenticate'
@gondoi
Copy link
Author

gondoi commented Oct 17, 2013

novaclient on pypi does not work. You need to install it from src.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment