Merge "Update auth_uri option to www_authenticate_uri"
This commit is contained in:
commit
c3810678d8
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user