Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/bin/novatools", line 9, in <module>
  3. load_entry_point('python-novatools==2.0', 'console_scripts', 'novatools')()
  4. File "/usr/local/lib/python2.6/dist-packages/novatools/shell.py", line 607, in main
  5. OpenStackShell().main(sys.argv[1:])
  6. File "/usr/local/lib/python2.6/dist-packages/novatools/shell.py", line 140, in main
  7. self.cs.authenticate()
  8. File "/usr/local/lib/python2.6/dist-packages/novatools/__init__.py", line 64, in authenticate
  9. self.client.authenticate()
  10. File "/usr/local/lib/python2.6/dist-packages/novatools/client.py", line 97, in authenticate
  11. resp, body = self.request(self.auth_url, 'GET', headers=headers)
  12. File "/usr/local/lib/python2.6/dist-packages/novatools/client.py", line 57, in request
  13. raise exceptions.from_response(resp, body)
  14. novatools.exceptions.OpenStackException: No user for access key xen.org (HTTP 500)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement