Created
October 17, 2013 15:57
-
-
Save gondoi/7027471 to your computer and use it in GitHub Desktop.
Error when using novaclient with supernova
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
novaclient on pypi does not work. You need to install it from src.