Merge "Updates Identity v3 endpoints list response JSON"
This commit is contained in:
commit
71bacbccd4
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user