Update third endpoint legacy port for Keystone v3 API

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
This commit is contained in:
ebukha 2018-10-24 23:17:46 +01:00
parent 9f2b84608e
commit 790f9685dc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"id": "c609fc430175452290b62a4242e8a7e8",
"interface": "admin",
"region": "RegionOne",
"url": "http://localhost:35357"
"url": "http://localhost:5000"
}
],
"id": "4363ae44bdf34a3981fde3b823cb9aa2",