All pastes #3006763 Raw Edit

Untitled

public unlisted text v1 · immutable
#3006763 ·published 2015-05-21 13:46 UTC
rendered paste body
designate domain-list --debug                                                                                                    
DEBUG: found extension EntryPoint.parse('table = cliff.formatters.table:TableFormatter')                                                                                   
DEBUG: found extension EntryPoint.parse('csv = cliff.formatters.commaseparated:CSVLister')                                                                                 
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.30.32.1:35357/v2.0/domains -H "User-Agent: python-designateclient-1.2.0" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}ee3ee4f1f7eeda28c571c3d272d1887fbe94b8e6"                                                                                                                    
INFO: Starting new HTTP connection (1): 10.30.32.1                                                                                                                         
DEBUG: "GET /v2.0/domains HTTP/1.1" 404 93                                                                                                                                 
DEBUG: RESP:
ERROR: __init__() got an unexpected keyword argument 'error'
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 310, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 37, 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 82, 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 127, 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 118, in wrap_api_call
    raise exceptions.NotFound(**response_payload)
TypeError: __init__() got an unexpected keyword argument 'error'
ERROR: Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/designateclient/shell.py", line 239, in run
    return super(DesignateShell, self).run(argv)
  File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 242, in run
    result = self.run_subcommand(remainder)
  File "/usr/local/lib/python2.7/dist-packages/cliff/app.py", line 310, in run_subcommand
    result = cmd.run(parsed_args)
  File "/usr/local/lib/python2.7/dist-packages/designateclient/cli/base.py", line 37, 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 82, 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 127, 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 118, in wrap_api_call
    raise exceptions.NotFound(**response_payload)
TypeError: __init__() got an unexpected keyword argument 'error'