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:
parent
5dcf4f52ad
commit
a2b980dc03
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user