Updates Identity v3 endpoints list response JSON

Change-Id: Ice0191717a5848747f19ca7c7f6e23620917afed
Closes-bug:1467509
This commit is contained in:
Anne Gentle
2015-06-22 18:18:44 -05:00
parent cae4e863d2
commit c9c16dfa65

View File

@@ -1,26 +1,22 @@
[
{
"enabled": true,
"id": "828384",
"interface": "public",
"links": {
"self": "http://identity:35357/v3/endpoints/828384"
{
"endpoints": [
{
"id": "828384",
"interface": "public",
"links": {
"self": "http://identity:35357/v3/endpoints/828384"
},
"name": "the public volume endpoint",
"service_id": "686766"
},
"region": "RegionOne",
"region_id": "RegionOne",
"service_id": "686766",
"url": "http://identity:8776/v2/$(tenant_id)s"
},
{
"enabled": true,
"id": "828384",
"interface": "internal",
"links": {
"self": "http://identity:35357/v3/endpoints/828384"
},
"region": "RegionOne",
"region_id": "RegionOne",
"service_id": "686766",
"url": "http://identity:8776/v2/$(tenant_id)s"
}
]
{
"id": "828384",
"interface": "internal",
"links": {
"self": "http://identity:35357/v3/endpoints/828384"
},
"name": "the internal volume endpoint",
"service_id": "686766"
}
]
}