horizon/releasenotes/notes/change-keystone-url-default-value-6a56397acf4f7328.yaml
白子玉 3f7fc68085 Changed default identity url to horizon
The keystone doesn't use 5000 port anymore from Newton version. And all
 the references should be changed together.

Change-Id: I3f02686ab5b3abf48f129fde92e90427ca148317
2019-12-06 18:41:38 +08:00

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``.