Skip to content

Instantly share code, notes, and snippets.

/xxx.txt Secret

Created October 26, 2015 17:47
Show Gist options
  • Save anonymous/2f54b720fb9bbad69aa5 to your computer and use it in GitHub Desktop.
Save anonymous/2f54b720fb9bbad69aa5 to your computer and use it in GitHub Desktop.
[root@block1:~]: cinder --debug type-delete c95a0322-8e8b-44a5-b11d-6c39dd92f21f
DEBUG:keystoneclient.session:REQ: curl -i -X GET http://controller:5000/v2.0 -H "Accept: application/json" -H "User-Agent: python-keystoneclient"
DEBUG:keystoneclient.session:RESP: [200] {'date': 'Mon, 26 Oct 2015 17:42:46 GMT', 'content-type': 'application/json', 'content-length': '420', 'vary': 'X-Auth-Token'}
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://controller:5000/v2.0/", "rel": "self"}, {"href": "http://docs.openstack.org/", "type": "text/html", "rel": "describedby"}]}}
DEBUG:keystoneclient.auth.identity.v2:Making authentication request to http://controller:5000/v2.0/tokens
DEBUG:keystoneclient.session:REQ: curl -i -X GET http://10.100.9.30:8776/v1/ea4fb35835024b65b7a6b7dda2c393fb/types/c95a0322-8e8b-44a5-b11d-6c39dd92f21f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: TOKEN_REDACTED"
DEBUG:keystoneclient.session:RESP: [200] {'date': 'Mon, 26 Oct 2015 17:42:47 GMT', 'x-compute-request-id': 'req-57eba835-db16-4996-9700-70890e209ec4', 'content-type': 'application/json', 'content-length': '98', 'x-openstack-request-id': 'req-57eba835-db16-4996-9700-70890e209ec4'}
RESP BODY: {"volume_type": {"extra_specs": {}, "name": "Ceph", "id": "c95a0322-8e8b-44a5-b11d-6c39dd92f21f"}}
DEBUG:keystoneclient.session:REQ: curl -i -X DELETE http://10.100.9.30:8776/v1/ea4fb35835024b65b7a6b7dda2c393fb/types/c95a0322-8e8b-44a5-b11d-6c39dd92f21f -H "User-Agent: python-cinderclient" -H "Accept: application/json" -H "X-Auth-Token: TOKEN_REDACTED"
DEBUG:keystoneclient.session:RESP:
DEBUG:keystoneclient.session:Request returned failure status: 403
ERROR: Forbidden (HTTP 403) (Request-ID: req-f0118985-d744-4b28-9e13-b6033417617d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment