From 79374fbfbaa055998c07d6f5c73527118f4281f0 Mon Sep 17 00:00:00 2001 From: confi-surya Date: Mon, 9 Apr 2018 17:55:21 +0900 Subject: [PATCH] Update doc with new option `auth_uri` option is deprecated and changed to new option `www_authenticate_uri` from group keystone_authtoken please follow below link for reference https://review.openstack.org/#/c/508522/ Change-Id: I8daa645ff1afab9ca643de2c3beb4d757007b514 --- doc/source/user/multi-regions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/user/multi-regions.rst b/doc/source/user/multi-regions.rst index ad9e66ed64..73e05d7314 100644 --- a/doc/source/user/multi-regions.rst +++ b/doc/source/user/multi-regions.rst @@ -94,7 +94,7 @@ implies to create a ``global.conf`` file with the following content: .. code-block:: ini [keystone_authtoken] - auth_uri = {{ keystone_internal_url }} + www_authenticate_uri = {{ keystone_internal_url }} auth_url = {{ keystone_admin_url }} .. end @@ -117,14 +117,14 @@ directory, a ``heat.conf`` file with below content: .. code-block:: ini [trustee] - auth_uri = {{ keystone_internal_url }} + www_authenticate_uri = {{ keystone_internal_url }} auth_url = {{ keystone_internal_url }} [ec2authtoken] - auth_uri = {{ keystone_internal_url }} + www_authenticate_uri = {{ keystone_internal_url }} [clients_keystone] - auth_uri = {{ keystone_internal_url }} + www_authenticate_uri = {{ keystone_internal_url }} .. end