790f9685dc
The third endpoint used a url that ended in port 35357 which was a legacy port in keystone v2 API which has been removed. Updated port on admin port from 35357 to 5000. This will fit better with keystone v3 API as that of v2 has been removed. Change-Id: I65c79f15c9c94d53a8612153203898895ac4d0dd
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"catalog": [
|
|
{
|
|
"endpoints": [
|
|
{
|
|
"id": "39dc322ce86c4111b4f06c2eeae0841b",
|
|
"interface": "public",
|
|
"region": "RegionOne",
|
|
"url": "http://localhost:5000"
|
|
},
|
|
{
|
|
"id": "ec642f27474842e78bf059f6c48f4e99",
|
|
"interface": "internal",
|
|
"region": "RegionOne",
|
|
"url": "http://localhost:5000"
|
|
},
|
|
{
|
|
"id": "c609fc430175452290b62a4242e8a7e8",
|
|
"interface": "admin",
|
|
"region": "RegionOne",
|
|
"url": "http://localhost:5000"
|
|
}
|
|
],
|
|
"id": "4363ae44bdf34a3981fde3b823cb9aa2",
|
|
"type": "identity",
|
|
"name": "keystone"
|
|
}
|
|
],
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/catalog",
|
|
"previous": null,
|
|
"next": null
|
|
}
|
|
}
|