Merge "Update auth_uri option to www_authenticate_uri"

This commit is contained in:
Zuul 2018-07-19 18:17:09 +00:00 committed by Gerrit Code Review
commit c41d8cee16
3 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
...
[keystone_authtoken]
...
auth_uri = http://controller/identity
www_authenticate_uri = http://controller/identity
auth_url = http://controller/identity_admin
auth_type = password
project_domain_name = default

View File

@ -21,7 +21,7 @@ service_port = 5000
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1/identity/
www_authenticate_uri = http://127.0.0.1/identity/
signing_dir = /tmp/keystone-signing-trove
[filter:authorization]

View File

@ -171,7 +171,7 @@ service_port = 5000
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
auth_uri = http://127.0.0.1/identity/
www_authenticate_uri = http://127.0.0.1/identity/
[filter:authorization]
paste.filter_factory = trove.common.auth:AuthorizationMiddleware.factory