Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. roma@roma:~/rally$ rally deployment check
  2. keystone endpoints are valid and following services are available:
  3. +----------+----------------+-----------+
  4. | services | type | status |
  5. +----------+----------------+-----------+
  6. | cinder | volume | Available |
  7. | cinderv2 | volumev2 | Available |
  8. | ec2 | ec2 | Available |
  9. | glance | image | Available |
  10. | heat | orchestration | Available |
  11. | heat-cfn | cloudformation | Available |
  12. | keystone | identity | Available |
  13. | nova | compute | Available |
  14. | s3 | s3 | Available |
  15. +----------+----------------+-----------+
  16. roma@roma:~/rally$ rally show images
  17. Command failed, please check log for more info
  18. 2014-11-28 11:45:34.384 10335 CRITICAL rally [-] CommunicationError: Error finding address for http://192.168.122.126:9292/v1/images/detail?limit=20: HTTPConnectionPool(host='192.168.122.126', port=9292): Max retries exceeded with url: /v1/images/detail?limit=20 (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
  19. 2014-11-28 11:45:34.384 10335 TRACE rally Traceback (most recent call last):
  20. 2014-11-28 11:45:34.384 10335 TRACE rally File "/usr/local/bin/rally", line 10, in <module>
  21. 2014-11-28 11:45:34.384 10335 TRACE rally sys.exit(main())
  22. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/rally/rally/cmd/main.py", line 42, in main
  23. 2014-11-28 11:45:34.384 10335 TRACE rally return cliutils.run(sys.argv, categories)
  24. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/rally/rally/cmd/cliutils.py", line 297, in run
  25. 2014-11-28 11:45:34.384 10335 TRACE rally ret = fn(*fn_args, **fn_kwargs)
  26. 2014-11-28 11:45:34.384 10335 TRACE rally File "<string>", line 2, in images
  27. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/rally/rally/cmd/envutils.py", line 65, in default_from_global
  28. 2014-11-28 11:45:34.384 10335 TRACE rally return f(*args, **kwargs)
  29. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/rally/rally/cmd/commands/show.py", line 69, in images
  30. 2014-11-28 11:45:34.384 10335 TRACE rally for image in glance_client.images.list():
  31. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/python-glanceclient/glanceclient/v1/images.py", line 196, in paginate
  32. 2014-11-28 11:45:34.384 10335 TRACE rally images, resp = self._list(url, "images")
  33. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/python-glanceclient/glanceclient/v1/images.py", line 62, in _list
  34. 2014-11-28 11:45:34.384 10335 TRACE rally resp, body = self.client.get(url)
  35. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/python-glanceclient/glanceclient/common/http.py", line 251, in get
  36. 2014-11-28 11:45:34.384 10335 TRACE rally return self._request('GET', url, **kwargs)
  37. 2014-11-28 11:45:34.384 10335 TRACE rally File "/opt/stack/python-glanceclient/glanceclient/common/http.py", line 206, in _request
  38. 2014-11-28 11:45:34.384 10335 TRACE rally raise exc.CommunicationError(message=message)
  39. 2014-11-28 11:45:34.384 10335 TRACE rally CommunicationError: Error finding address for http://192.168.122.126:9292/v1/images/detail?limit=20: HTTPConnectionPool(host='192.168.122.126', port=9292): Max retries exceeded with url: /v1/images/detail?limit=20 (Caused by <class 'socket.error'>: [Errno 111] Connection refused)
  40. 2014-11-28 11:45:34.384 10335 TRACE rally
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement