Merge "Update auth_uri option to www_authenticate_uri"

This commit is contained in:
Zuul 2018-04-16 14:57:55 +00:00 committed by Gerrit Code Review
commit 1688a2b856
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