Advertisement
Guest User

Untitled

a guest
Apr 28th, 2014
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. [INFO ] salt-cloud starting
  2. [ERROR ] Failed to get the output of 'openstack.avail_images()': <MalformedResponseException in None 'Malformed response'>: 'code: 405 body: {"message": {"response" : "Not Allowed" }}'
  3. Traceback (most recent call last):
  4. File "/usr/local/lib/python2.7/dist-packages/saltcloud/cloud.py", line 313, in image_list
  5. data[alias][driver] = self.clouds[fun]()
  6. File "/usr/local/lib/python2.7/dist-packages/saltcloud/libcloudfuncs.py", line 133, in avail_images
  7. images = conn.list_images()
  8. File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/openstack.py", line 293, in list_images
  9. self.connection.request('/images/detail').object, ex_only_active)
  10. File "/usr/local/lib/python2.7/dist-packages/libcloud/compute/drivers/openstack.py", line 157, in request
  11. method=method, headers=headers)
  12. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/openstack.py", line 575, in request
  13. return super(OpenStackBaseConnection, self).request(**kwargs)
  14. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/base.py", line 596, in request
  15. action = self.morph_action_hook(action)
  16. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/openstack.py", line 571, in morph_action_hook
  17. self._populate_hosts_and_request_paths()
  18. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/openstack.py", line 600, in _populate_hosts_and_request_paths
  19. osa.authenticate() # may throw InvalidCreds
  20. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/openstack.py", line 157, in authenticate
  21. return self.authenticate_2_0_with_password()
  22. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/openstack.py", line 252, in authenticate_2_0_with_password
  23. return self.authenticate_2_0_with_body(reqbody)
  24. File "/usr/local/lib/python2.7/dist-packages/libcloud/common/openstack.py", line 264, in authenticate_2_0_with_body
  25. driver=self.driver)
  26. MalformedResponseError: <MalformedResponseException in None 'Malformed response'>: 'code: 405 body: {"message": {"response" : "Not Allowed" }}'
  27. hp_ae1-2:
  28. ----------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement