Update auth_uri option to www_authenticate_uri

Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: I2a9853b52f23fc4b6a24a0548b9749e976467758
This commit is contained in:
caoyuan 2018-04-08 15:12:54 +08:00
parent a8a9dda300
commit 1b99782821
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -277,7 +277,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password

View File

@ -167,7 +167,7 @@ Install and configure components
[keystone_authtoken]
# ...
auth_uri = http://controller:5000
www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password