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: I192fd1bf17ebddc62558ac0f5b531e345367beee
This commit is contained in:
parent
ebc4e8a57c
commit
3600a93659
@ -150,7 +150,7 @@ Not required, but recommended
|
|||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
identity_uri = http://192.168.20.100:35357/
|
identity_uri = http://192.168.20.100:35357/
|
||||||
auth_uri = http://192.168.20.100:5000/
|
www_authenticate_uri = http://192.168.20.100:5000/
|
||||||
admin_user = freezer
|
admin_user = freezer
|
||||||
admin_password = FREEZER_PWD
|
admin_password = FREEZER_PWD
|
||||||
admin_tenant_name = service
|
admin_tenant_name = service
|
||||||
|
Loading…
Reference in New Issue
Block a user