From 28dd8117ba477bd33e371875b49ee0362c8cc162 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 12 Jun 2019 15:08:39 -0700 Subject: [PATCH] Update keystone_authtoken config reference The auth_uri parameter of keystonemiddleware was renamed to 'www_authenticate_uri'[1], so update the documentation accordingly. [1] https://review.opendev.org/508522 Change-Id: Ie3967064493fafb68df8e56f3d3dc097fbd19cc4 --- doc/source/install/install-obs.rst | 2 +- doc/source/install/install-rdo.rst | 2 +- doc/source/install/install-ubuntu.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst index 69f59f484b..24aa89d0db 100644 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -356,7 +356,7 @@ Install and configure components [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 diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 82c2aae421..fcb666e7f4 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -367,7 +367,7 @@ Install and configure components [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 diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index 0041650834..643c7c2cb8 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -355,7 +355,7 @@ Install and configure components [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