Merge "Remove sample response from common/keystone_light There is a sample keystone response at the end of common/keystone_light that is not needed."

This commit is contained in:
Jenkins 2017-09-26 09:32:52 +00:00 committed by Gerrit Code Review
commit 2c15be9f91
1 changed files with 0 additions and 37 deletions

View File

@ -143,40 +143,3 @@ class ClientV3(object):
LOG.exception("Error while processing endpoints")
raise MissingServices("Missing data in received services",
e, self._services)
"""
Example of response (part only)
{
"token": {
"issued_at": "2015-09-04T08:59:09.991646",
"expires": "2015-09-04T09:59:09Z",
"id": "c5bbb1c9a27e470fb482de2a718e08c2",
"tenant": {
"enabled": true,
"description": null,
"name": "service",
"id": "fdeec62f6c794c8dbfda448a83de9ce2"
},
"audit_ids": [
"Pig7hVfGQjSuUnt1Hc5mCg"
]
},
"serviceCatalog": [
{
"endpoints_links": [],
"endpoints": [
{
"adminURL": "http://10.237.214.74:8777/",
"region": "RegionOne",
"publicURL": "http://10.237.214.74:8777/",
"internalURL": "http://10.237.214.74:8777/",
"id": "ac95b1a24a854ec7a4b63b08ed4cbd83"
}
],
"type": "metering",
"name": "ceilometer"
},
],
}
"""