Merge "Updates Identity v3 endpoints list response JSON"

This commit is contained in:
Jenkins 2015-07-27 03:48:18 +00:00 committed by Gerrit Code Review
commit 71bacbccd4

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"
}
]
}