Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. File "/tmp/ansible_JuLnCR/ansible_module_os_quota.py", line 435, in main [42/1800]
  2. project_quota_output = _get_quotas(cloud, cloud_params['name'])
  3. File "/tmp/ansible_JuLnCR/ansible_module_os_quota.py", line 313, in _get_quotas
  4. quota['volume'] = _get_volume_quotas(cloud, project)
  5. File "/tmp/ansible_JuLnCR/ansible_module_os_quota.py", line 300, in _get_volume_quotas
  6. return cloud.get_volume_quotas(project)
  7. File "/home/adam/src/git/shade/shade/operatorcloud.py", line 2174, in get_volume_quotas
  8. _tasks.CinderQuotasGet(tenant_id=proj.id))
  9. File "/home/adam/src/git/shade/shade/task_manager.py", line 245, in submit_task
  10. return self.run_task(task=task, raw=raw)
  11. File "/home/adam/src/git/shade/shade/task_manager.py", line 256, in run_task
  12. return self._run_task(task, raw=raw)
  13. File "/home/adam/src/git/shade/shade/task_manager.py", line 270, in _run_task
  14. return task.wait(raw)
  15. File "/home/adam/src/git/shade/shade/task_manager.py", line 124, in wait
  16. super(Task, self).wait()
  17. File "/home/adam/src/git/shade/shade/task_manager.py", line 99, in wait
  18. self._traceback)
  19. File "/home/adam/src/git/shade/shade/task_manager.py", line 108, in run
  20. self.done(self.main(client))
  21. File "/home/adam/src/git/shade/shade/_tasks.py", line 804, in main
  22. return client.cinder_client.quotas.get(**self.args)
  23. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/cinderclient/v2/quotas.py", line 37, in get
  24. "quota_set")
  25. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/cinderclient/base.py", line 313, in _get
  26. resp, body = self.api.client.get(url)
  27. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/cinderclient/client.py", line 164, in get
  28. return self._cs_request(url, 'GET', **kwargs)
  29. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/cinderclient/client.py", line 155, in _cs_request
  30. return self.request(url, method, **kwargs)
  31. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/cinderclient/client.py", line 141, in request
  32. **kwargs)
  33. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 374, in request
  34. resp = super(LegacyJsonAdapter, self).request(*args, **kwargs)
  35. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/keystoneauth1/adapter.py", line 142, in request
  36. return self.session.request(url, method, **kwargs)
  37. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/wrapt/wrappers.py", line 561, in __call__
  38. args, kwargs)
  39. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/positional/__init__.py", line 101, in inner
  40. return wrapped(*args, **kwargs)
  41. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 513, in request
  42. **endpoint_filter)
  43. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/keystoneauth1/session.py", line 856, in get_endpoint
  44. return auth.get_endpoint(self, **kwargs)
  45. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/keystoneauth1/identity/base.py", line 216, in get_endpoint
  46. service_name=service_name)
  47. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/wrapt/wrappers.py", line 561, in __call__
  48. args, kwargs)
  49. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/positional/__init__.py", line 101, in inner
  50. return wrapped(*args, **kwargs)
  51. File "/home/adam/src/git/bonnyci/hoist/venv/local/lib/python2.7/site-packages/keystoneauth1/access/service_catalog.py", line 228, in url_for
  52. raise exceptions.EndpointNotFound(msg)
  53. keystoneauth1.exceptions.catalog.EndpointNotFound: public endpoint for volumev2 service not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement