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: I98ce420a4cb886fc90c645236ddb388fa6865ff6
This commit is contained in:
caoyuan 2018-04-11 22:32:47 +08:00
parent 2badc93408
commit bbc0c6b923
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ the get version call.
user_domain_id = {YOUR_KEYSTONE_USER_DOMAIN}
project_name = {YOUR_KEYSTONE_PROJECT}
project_domain_id = {YOUR_KEYSTONE_PROJECT_DOMAIN}
auth_uri = http://{YOUR_KEYSTONE_ENDPOINT}:5000/v3
www_authenticate_uri = http://{YOUR_KEYSTONE_ENDPOINT}:5000/v3
auth_url = http://{YOUR_KEYSTONE_ENDPOINT}:35357/v3
Alternatively, you can shorten this to
@ -76,7 +76,7 @@ the get version call.
user_domain_id = {YOUR_KEYSTONE_USER_DOMAIN}
project_name = {YOUR_KEYSTONE_PROJECT}
project_domain_id = {YOUR_KEYSTONE_PROJECT_DOMAIN}
auth_uri = http://{YOUR_KEYSTONE_ENDPOINT}:5000/v3
www_authenticate_uri = http://{YOUR_KEYSTONE_ENDPOINT}:5000/v3
auth_url = http://{YOUR_KEYSTONE_ENDPOINT}:35357/v3
3. Start Barbican ``{barbican_home}/bin/barbican.sh start``

View File

@ -31,7 +31,7 @@
[keystone_authtoken]
...
auth_uri = http://controller:5000
www_authenticate_uri = http://controller:5000
auth_url = http://controller:35357
memcached_servers = controller:11211
auth_type = password