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: I80b505feb611af8a95ac19f2808c73069e2a33e5
This commit is contained in:
caoyuan 2018-04-11 22:23:35 +08:00
parent 8bc3693c19
commit bba6022af9
3 changed files with 3 additions and 3 deletions

View File

@ -108,7 +108,7 @@ Install and configure components
project_name = service
project_domain_name = Default
user_domain_name = Default
auth_uri = http://controller:5000/
www_authenticate_uri = http://controller:5000/
auth_url = http://controller:5000/
Replace ``DESIGNATE_PASS`` with the password you chose for the

View File

@ -108,7 +108,7 @@ Install and configure components
project_name = service
project_domain_name = Default
user_domain_name = Default
auth_uri = http://controller:5000/
www_authenticate_uri = http://controller:5000/
auth_url = http://controller:5000/
Replace ``DESIGNATE_PASS`` with the password you chose for the

View File

@ -101,7 +101,7 @@ Install and configure components
project_name = service
project_domain_name = Default
user_domain_name = Default
auth_uri = http://controller:5000/
www_authenticate_uri = http://controller:5000/
auth_url = http://controller:5000/
Replace ``DESIGNATE_PASS`` with the password you chose for the