From bbc0c6b923639207490658b121dc4f5703e48652 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Wed, 11 Apr 2018 22:32:47 +0800 Subject: [PATCH] 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 --- doc/source/configuration/keystone.rst | 4 ++-- doc/source/install/common_configure.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/configuration/keystone.rst b/doc/source/configuration/keystone.rst index 7ff23ca5d..28c3daad8 100644 --- a/doc/source/configuration/keystone.rst +++ b/doc/source/configuration/keystone.rst @@ -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`` diff --git a/doc/source/install/common_configure.rst b/doc/source/install/common_configure.rst index 789ca1897..d5d6fa4cf 100644 --- a/doc/source/install/common_configure.rst +++ b/doc/source/install/common_configure.rst @@ -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