All pastes #3033928 Raw Edit

Unnamed

public unlisted text v1 · immutable
#3033928 ·published 2015-06-22 11:07 UTC
rendered paste body
designate --os-token= --edit-managed record-delete 65a9bf57-05eb-445b-9862-ae98ea0599e2 ae378e6a-8ffa-431b-9541-8a9664ed2a04 --debug                                                                                        
DEBUG: found extension EntryPoint.parse('table = cliff.formatters.table:TableFormatter')                                           
DEBUG: found extension EntryPoint.parse('shell = cliff.formatters.shell:ShellFormatter')                                           
DEBUG: found extension EntryPoint.parse('value = cliff.formatters.value:ValueFormatter')                                           
DEBUG: found extension EntryPoint.parse('sync = designateclient.v1.sync:SyncController')                                           
DEBUG: found extension EntryPoint.parse('reports = designateclient.v1.reports:ReportsController')                                  
DEBUG: found extension EntryPoint.parse('quotas = designateclient.v1.quotas:QuotasController')                                     
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('touch = designateclient.v1.touch:TouchController')                                        
DEBUG: found extension EntryPoint.parse('servers = designateclient.v1.servers:ServersController')                                  
DEBUG: found extension EntryPoint.parse('domains = designateclient.v1.domains:DomainsController')                                  
DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.30.32.1:5000/v2.0/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient"                                                                                                                           
INFO: Starting new HTTP connection (1): 10.30.32.1                                                                                 
DEBUG: Setting read timeout to None                                                                                                
DEBUG: "GET /v2.0/ HTTP/1.1" 200 420                                                                                               
DEBUG: RESP: [200] date: Mon, 22 Jun 2015 11:07:28 GMT content-type: application/json content-length: 420 vary: X-Auth-Token x-distribution: Ubuntu                                                                                                                   
RESP BODY: {"version": {"status": "stable", "updated": "2014-04-17T00:00:00Z", "media-types": [{"base": "application/json", "type": "application/vnd.openstack.identity-v2.0+json"}, {"base": "application/xml", "type": "application/vnd.openstack.identity-v2.0+xml"}], "id": "v2.0", "links": [{"href": "http://10.30.32.1:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}                                                                                             

DEBUG: Making authentication request to http://10.30.32.1:5000/v2.0/tokens                                                         
DEBUG: Setting read timeout to None                                                                                                
DEBUG: "POST /v2.0/tokens HTTP/1.1" 200 6110                                                                                       
DEBUG: REQ: curl -g -i --cacert "" -X GET http://10.30.32.1:9001/ -H "Accept: application/json" -H "User-Agent: python-keystoneclient"                                                                                                                                
INFO: Starting new HTTP connection (1): 10.30.32.1                                                                                 
DEBUG: Setting read timeout to None                                                                                                
DEBUG: "GET / HTTP/1.1" 200 237                                                                                                    
DEBUG: RESP: [200] date: Mon, 22 Jun 2015 11:07:28 GMT content-length: 237 content-type: application/json                          
RESP BODY: {                                                                                                                       
  "versions": {                                                                                                                    
    "values": [                                                                                                                    
      {
        "id": "v1",
        "links": [
          {
            "href": "http://127.0.0.1:9001/v1",
            "rel": "self"
          }
        ],
        "status": "CURRENT"
      }
    ]
  }
}

DEBUG: REQ: curl -g -i --cacert "" -X DELETE http://127.0.0.1:9001/v1/domains/65a9bf57-05eb-445b-9862-ae98ea0599e2/records/ae378e6a-8ffa-431b-9541-8a9664ed2a04 -H "User-Agent: python-designateclient-1.2.1" -H "X-Designate-Edit-Managed-Records: true" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}040416c55f6c879422b8f483e222593c2bcd32a8"
INFO: Starting new HTTP connection (1): 127.0.0.1
DEBUG: Setting read timeout to None
DEBUG: "DELETE /v1/domains/65a9bf57-05eb-445b-9862-ae98ea0599e2/records/ae378e6a-8ffa-431b-9541-8a9664ed2a04 HTTP/1.1" 400 143
DEBUG: RESP: [400] date: Mon, 22 Jun 2015 11:07:28 GMT content-length: 143 content-type: application/json x-openstack-request-id: req-5690b8a5-d8f7-49e2-b8d8-6b772e363c6d 
RESP BODY: {"message": "Managed records may not be deleted", "code": 400, "type": "bad_request", "request_id": "req-5690b8a5-d8f7-49e2-b8d8-6b772e363c6d"}

+---------+------------------------------------+
| Field   | Value                              |
+---------+------------------------------------+
| Code    | 400                                |
| Type    | bad_request                        |
| Message | Managed records may not be deleted |
+---------+------------------------------------+
ERROR: The requested action did not complete successfully