Guest User

Untitled

a guest
Jan 21st, 2016
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. (.venv)root@infr001_designate_container-94dbb6a5:/var/log/designate# 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, 21 Jan 2016 07:15:50 GMT Content-Type: application/json x-openstack-request-id: req-991f6989-f570-4d78-b847-86741b6040d3
  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 7176
  23. ERROR: No endpoint was found. You must provide ausername or user id via --os-username, --os-user-id, env[OS_USERNAME] or env[OS_USER_ID]
  24. (.venv)root@infr001_designate_container-94dbb6a5:/var/log/designate#
Add Comment
Please, Sign In to add comment