Update "auth_url"

Following the change in Keystone Install Guide [1],
this patch replace port 35357 with 5000 for "auth_url".

Change-Id: I3fe68f162edcf4dc76ef54ad5e5dc615b37286ca
This commit is contained in:
Van Hung Pham 2018-05-29 16:15:09 +07:00
parent 5dcf4f52ad
commit a2b980dc03

View File

@ -17,7 +17,7 @@ connection = mysql+pymysql://cinder:password@mariadb/cinder?charset=utf8
[keystone_authtoken] [keystone_authtoken]
www_authenticate_uri = http://keystone:5000 www_authenticate_uri = http://keystone:5000
auth_url = http://keystone:35357 auth_url = http://keystone:5000
memcached_servers = keystone:11211 memcached_servers = keystone:11211
auth_type = password auth_type = password
project_domain_name = default project_domain_name = default