Merge "Replace port 35357 with 5000 for "identity_uri""

This commit is contained in:
Zuul 2018-07-19 11:41:57 +00:00 committed by Gerrit Code Review
commit a5249e3904
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ directory.
[keystone_authtoken]
auth_uri = http://<keystone-host>:5000/v3
identity_uri = http://<keystone-host:35357
identity_uri = http://<keystone-host:5000
auth_version = v3
admin_user = <user>
admin_password = <password>