swati06

Untitled

Mar 17th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. oot@infr001-clddev_utility_container-9f191f4e:~# designate --debug domain-list
  2. DEBUG: found extension EntryPoint.parse('table = cliff.formatters.table:TableFormatter')
  3. DEBUG: found extension EntryPoint.parse('json = cliff.formatters.json_format:JSONFormatter')
  4. DEBUG: found extension EntryPoint.parse('csv = cliff.formatters.commaseparated:CSVLister')
  5. DEBUG: found extension EntryPoint.parse('value = cliff.formatters.value:ValueFormatter')
  6. DEBUG: found extension EntryPoint.parse('yaml = cliff.formatters.yaml_format:YAMLFormatter')
  7. DEBUG: found extension EntryPoint.parse('touch = designateclient.v1.touch:TouchController')
  8. DEBUG: found extension EntryPoint.parse('quotas = designateclient.v1.quotas:QuotasController')
  9. DEBUG: found extension EntryPoint.parse('reports = designateclient.v1.reports:ReportsController')
  10. DEBUG: found extension EntryPoint.parse('servers = designateclient.v1.servers:ServersController')
  11. DEBUG: found extension EntryPoint.parse('sync = designateclient.v1.sync:SyncController')
  12. DEBUG: found extension EntryPoint.parse('records = designateclient.v1.records:RecordsController')
  13. DEBUG: found extension EntryPoint.parse('diagnostics = designateclient.v1.diagnostics:DiagnosticsController')
  14. DEBUG: found extension EntryPoint.parse('domains = designateclient.v1.domains:DomainsController')
  15. DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.16.34.6:5000/v3 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
  16. INFO: Starting new HTTP connection (1): 10.16.34.6
  17. DEBUG: "GET /v3 HTTP/1.1" 200 249
  18. DEBUG: RESP: [200] Content-Length: 249 Vary: X-Auth-Token Server: Apache Date: Thu, 17 Mar 2016 09:49:51 GMT Content-Type: application/json x-openstack-request-id: req-0abd3fdb-4e1c-4aad-b766-51f160c23706
  19. RESP BODY: {"version": {"status": "stable", "updated": "2015-03-30T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v3+json"}], "id": "v3.4", "links": [{"href": "http://10.16.34.6:5000/v3/", "rel": "self"}]}}
  20.  
  21. DEBUG: Making authentication request to http://10.16.34.6:5000/v3/auth/tokens
  22. DEBUG: "POST /v3/auth/tokens HTTP/1.1" 201 5945
  23. DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.16.34.6:9001/v1 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
  24. INFO: Starting new HTTP connection (1): 10.16.34.6
  25. WARNING: Failed to contact the endpoint at http://10.16.34.6:9001/v1 for discovery. Fallback to using that endpoint as the base url.
  26. DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.16.34.6:9001/v1/domains -H "User-Agent: python-designateclient-1.5.0" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}c09258a49cd1842280184228e2af89f8f978ddab"
  27. INFO: Starting new HTTP connection (2): 10.16.34.6
  28. ERROR: Unable to establish connection to http://10.16.34.6:9001/v1/domains
  29. Traceback (most recent call last):
  30. File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 374, in run_subcommand
  31. result = cmd.run(parsed_args)
  32. File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 40, in run
  33. return super(Command, self).run(parsed_args)
  34. File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 92, in run
  35. column_names, data = self.take_action(parsed_args)
  36. File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 90, in take_action
  37. results = self.execute(parsed_args)
  38. File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/domains.py", line 31, in execute
  39. return self.client.domains.list()
  40. File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/domains.py", line 34, in list
  41. response = self.client.get('/domains')
  42. File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 142, in get
  43. return self.wrap_api_call(self.session.get, path, **kw)
  44. File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 120, in wrap_api_call
  45. response = func(*args, **kw)
  46. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in get
  47. return self.request(url, 'GET', **kwargs)
  48. File "/usr/local/lib/python2.7/dist-packages/designateclient/utils.py", line 196, in request
  49. return super(AdapterWithTimeout, self).request(*args, **kwargs)
  50. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 95, in request
  51. return self.session.request(url, method, **kwargs)
  52. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 337, in inner
  53. return func(*args, **kwargs)
  54. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 390, in request
  55. resp = send(**kwargs)
  56. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 434, in _send_request
  57. raise exceptions.ConnectionRefused(msg)
  58. ConnectFailure: Unable to establish connection to http://10.16.34.6:9001/v1/domains
  59. ERROR: Traceback (most recent call last):
  60. File "/usr/local/lib/python2.7/dist-packages/designateclient/shell.py", line 243, in run
  61. return super(DesignateShell, self).run(argv)
  62. File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 255, in run
  63. result = self.run_subcommand(remainder)
  64. File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 374, in run_subcommand
  65. result = cmd.run(parsed_args)
  66. File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 40, in run
  67. return super(Command, self).run(parsed_args)
  68. File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 92, in run
  69. column_names, data = self.take_action(parsed_args)
  70. File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 90, in take_action
  71. results = self.execute(parsed_args)
  72. File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/domains.py", line 31, in execute
  73. return self.client.domains.list()
  74. File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/domains.py", line 34, in list
  75. response = self.client.get('/domains')
  76. File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 142, in get
  77. return self.wrap_api_call(self.session.get, path, **kw)
  78. File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 120, in wrap_api_call
  79. response = func(*args, **kw)
  80. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in get
  81. return self.request(url, 'GET', **kwargs)
  82. File "/usr/local/lib/python2.7/dist-packages/designateclient/utils.py", line 196, in request
  83. return super(AdapterWithTimeout, self).request(*args, **kwargs)
  84. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 95, in request
  85. return self.session.request(url, method, **kwargs)
  86. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 337, in inner
  87. return func(*args, **kwargs)
  88. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 390, in request
  89. resp = send(**kwargs)
  90. File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 434, in _send_request
  91. raise exceptions.ConnectionRefused(msg)
  92. ConnectFailure: Unable to establish connection to http://10.16.34.6:9001/v1/domains
Add Comment
Please, Sign In to add comment