Remove sample response from common/keystone_light
There is a sample keystone response at the end of common/keystone_light that is not needed. Closes-Bug: #1718670 Change-Id: Ieba434d0bc9ee3c47eeb4464613bfbf04cc38b75
This commit is contained in:
parent
d474b8ba68
commit
a336ebfea5
@ -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"
|
||||
},
|
||||
],
|
||||
}
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user