Merge "Update auth_uri option to www_authenticate_uri"

This commit is contained in:
Zuul 2018-04-23 16:10:51 +00:00 committed by Gerrit Code Review
commit c3810678d8
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