From 90796cfed9af9f52d840506bc3744c7dd0699f7d Mon Sep 17 00:00:00 2001 From: caoyuan Date: Wed, 11 Apr 2018 22:24:51 +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: I0f808e84ccacb952d4da22bfb4266c29e79b12a6 --- doc/source/install/configure-common.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/configure-common.rst b/doc/source/install/configure-common.rst index aec40a1e9..d5c70e011 100644 --- a/doc/source/install/configure-common.rst +++ b/doc/source/install/configure-common.rst @@ -36,7 +36,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