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: I46bb0acaf1dec9bb4b91d4a2180b3e7ed66741c2
This commit is contained in:
parent
e96c0093cd
commit
38a5679dac
@ -52,7 +52,7 @@
|
|||||||
...
|
...
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
...
|
...
|
||||||
auth_uri = http://controller/identity
|
www_authenticate_uri = http://controller/identity
|
||||||
auth_url = http://controller/identity_admin
|
auth_url = http://controller/identity_admin
|
||||||
auth_type = password
|
auth_type = password
|
||||||
project_domain_name = default
|
project_domain_name = default
|
||||||
|
@ -21,7 +21,7 @@ service_port = 5000
|
|||||||
auth_host = 127.0.0.1
|
auth_host = 127.0.0.1
|
||||||
auth_port = 35357
|
auth_port = 35357
|
||||||
auth_protocol = http
|
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
|
signing_dir = /tmp/keystone-signing-trove
|
||||||
|
|
||||||
[filter:authorization]
|
[filter:authorization]
|
||||||
|
@ -171,7 +171,7 @@ service_port = 5000
|
|||||||
auth_host = 127.0.0.1
|
auth_host = 127.0.0.1
|
||||||
auth_port = 35357
|
auth_port = 35357
|
||||||
auth_protocol = http
|
auth_protocol = http
|
||||||
auth_uri = http://127.0.0.1/identity/
|
www_authenticate_uri = http://127.0.0.1/identity/
|
||||||
|
|
||||||
[filter:authorization]
|
[filter:authorization]
|
||||||
paste.filter_factory = trove.common.auth:AuthorizationMiddleware.factory
|
paste.filter_factory = trove.common.auth:AuthorizationMiddleware.factory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user