3f7fc68085
The keystone doesn't use 5000 port anymore from Newton version. And all the references should be changed together. Change-Id: I3f02686ab5b3abf48f129fde92e90427ca148317
6 lines
183 B
YAML
6 lines
183 B
YAML
---
|
|
other:
|
|
- |
|
|
The default `OPENSTACK_KEYSTONE_URL` value has been changed to
|
|
``"http://%s/identity/v3" % OPENSTACK_HOST`` from
|
|
``"http://%s:5000/v3" % OPENSTACK_HOST``. |