Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- oot@infr001-clddev_utility_container-9f191f4e:~# designate --debug domain-list
- DEBUG: found extension EntryPoint.parse('table = cliff.formatters.table:TableFormatter')
- DEBUG: found extension EntryPoint.parse('json = cliff.formatters.json_format:JSONFormatter')
- DEBUG: found extension EntryPoint.parse('csv = cliff.formatters.commaseparated:CSVLister')
- DEBUG: found extension EntryPoint.parse('value = cliff.formatters.value:ValueFormatter')
- DEBUG: found extension EntryPoint.parse('yaml = cliff.formatters.yaml_format:YAMLFormatter')
- DEBUG: found extension EntryPoint.parse('touch = designateclient.v1.touch:TouchController')
- DEBUG: found extension EntryPoint.parse('quotas = designateclient.v1.quotas:QuotasController')
- DEBUG: found extension EntryPoint.parse('reports = designateclient.v1.reports:ReportsController')
- DEBUG: found extension EntryPoint.parse('servers = designateclient.v1.servers:ServersController')
- DEBUG: found extension EntryPoint.parse('sync = designateclient.v1.sync:SyncController')
- DEBUG: found extension EntryPoint.parse('records = designateclient.v1.records:RecordsController')
- DEBUG: found extension EntryPoint.parse('diagnostics = designateclient.v1.diagnostics:DiagnosticsController')
- DEBUG: found extension EntryPoint.parse('domains = designateclient.v1.domains:DomainsController')
- DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.16.34.6:5000/v3 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
- INFO: Starting new HTTP connection (1): 10.16.34.6
- DEBUG: "GET /v3 HTTP/1.1" 200 249
- 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
- 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"}]}}
- DEBUG: Making authentication request to http://10.16.34.6:5000/v3/auth/tokens
- DEBUG: "POST /v3/auth/tokens HTTP/1.1" 201 5945
- DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.16.34.6:9001/v1 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
- INFO: Starting new HTTP connection (1): 10.16.34.6
- 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.
- 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"
- INFO: Starting new HTTP connection (2): 10.16.34.6
- ERROR: Unable to establish connection to http://10.16.34.6:9001/v1/domains
- Traceback (most recent call last):
- File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 374, in run_subcommand
- result = cmd.run(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 40, in run
- return super(Command, self).run(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 92, in run
- column_names, data = self.take_action(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 90, in take_action
- results = self.execute(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/domains.py", line 31, in execute
- return self.client.domains.list()
- File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/domains.py", line 34, in list
- response = self.client.get('/domains')
- File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 142, in get
- return self.wrap_api_call(self.session.get, path, **kw)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 120, in wrap_api_call
- response = func(*args, **kw)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in get
- return self.request(url, 'GET', **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/utils.py", line 196, in request
- return super(AdapterWithTimeout, self).request(*args, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 95, in request
- return self.session.request(url, method, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 337, in inner
- return func(*args, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 390, in request
- resp = send(**kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 434, in _send_request
- raise exceptions.ConnectionRefused(msg)
- ConnectFailure: Unable to establish connection to http://10.16.34.6:9001/v1/domains
- ERROR: Traceback (most recent call last):
- File "/usr/local/lib/python2.7/dist-packages/designateclient/shell.py", line 243, in run
- return super(DesignateShell, self).run(argv)
- File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 255, in run
- result = self.run_subcommand(remainder)
- File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 374, in run_subcommand
- result = cmd.run(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 40, in run
- return super(Command, self).run(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/cliff/display.py", line 92, in run
- column_names, data = self.take_action(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 90, in take_action
- results = self.execute(parsed_args)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/domains.py", line 31, in execute
- return self.client.domains.list()
- File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/domains.py", line 34, in list
- response = self.client.get('/domains')
- File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 142, in get
- return self.wrap_api_call(self.session.get, path, **kw)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/v1/__init__.py", line 120, in wrap_api_call
- response = func(*args, **kw)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 170, in get
- return self.request(url, 'GET', **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/designateclient/utils.py", line 196, in request
- return super(AdapterWithTimeout, self).request(*args, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/adapter.py", line 95, in request
- return self.session.request(url, method, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/utils.py", line 337, in inner
- return func(*args, **kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 390, in request
- resp = send(**kwargs)
- File "/usr/local/lib/python2.7/dist-packages/keystoneclient/session.py", line 434, in _send_request
- raise exceptions.ConnectionRefused(msg)
- ConnectFailure: Unable to establish connection to http://10.16.34.6:9001/v1/domains
Add Comment
Please, Sign In to add comment