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: Iefad7ba17f01d2982567e7f1f207ecb29d093e83
This commit is contained in:
melissaml 2018-04-18 21:29:07 +08:00
parent 780f9710fa
commit 22fa4e8176
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ And set the following values in ``nova.conf`` as follows:
auth_strategy=keystone
[keystone_authtoken]
auth_uri = http://controller:5000/v3
www_authenticate_uri = http://controller:5000/v3
identity_uri = http://controller:35357
admin_user = admin
admin_password = SuperSekretPassword
@ -55,7 +55,7 @@ This sample paste config filter makes use of the ``admin_user`` and
[filter:authtoken]
paste.filter_factory = keystonemiddleware.auth_token:filter_factory
auth_uri = http://controller:5000/v3
www_authenticate_uri = http://controller:5000/v3
identity_uri = http://controller:35357
auth_token = 012345SECRET99TOKEN012345
admin_user = admin

View File

@ -46,7 +46,7 @@ In your services configuration file, look for a section like this:
[keystone_authtoken]
signing_dir = /var/cache/glance/api
auth_uri = http://controller:5000/v2.0
www_authenticate_uri = http://controller:5000/v2.0
identity_uri = http://controller:35357
admin_tenant_name = service
admin_user = glance