Guest User

Untitled

a guest
Jan 14th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. DEBUG (shell:909) Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  2. <type 'exceptions.ValueError'> (HTTP 500) (Request-ID: req-4b6a93d2-5d58-4cf6-a2e8-cf8f9835f5fb)
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python2.7/dist-packages/novaclient/shell.py", line 907, in main
  5. OpenStackComputeShell().main(argv)
  6. File "/usr/local/lib/python2.7/dist-packages/novaclient/shell.py", line 834, in main
  7. args.func(self.cs, args)
  8. File "/usr/local/lib/python2.7/dist-packages/novaclient/v2/shell.py", line 524, in do_boot
  9. server = cs.servers.create(*boot_args, **boot_kwargs)
  10. File "/usr/local/lib/python2.7/dist-packages/novaclient/v2/servers.py", line 995, in create
  11. **boot_kwargs)
  12. File "/usr/local/lib/python2.7/dist-packages/novaclient/v2/servers.py", line 541, in _boot
  13. return_raw=return_raw, **kwargs)
  14. File "/usr/local/lib/python2.7/dist-packages/novaclient/base.py", line 172, in _create
  15. _resp, body = self.api.client.post(url, body=body)
  16. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 176, in post
  17. return self.request(url, 'POST', **kwargs)
  18. File "/usr/local/lib/python2.7/dist-packages/novaclient/client.py", line 93, in request
  19. raise exceptions.from_response(resp, body, url, method)
  20. ClientException: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  21. <type 'exceptions.ValueError'> (HTTP 500) (Request-ID: req-4b6a93d2-5d58-4cf6-a2e8-cf8f9835f5fb)
  22. ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
  23. <type 'exceptions.ValueError'> (HTTP 500) (Request-ID: req-4b6a93d2-5d58-4cf6-a2e8-cf8f9835f5fb)
Add Comment
Please, Sign In to add comment