From 720f56944493855b1131923cd0a44648a4292a83 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 12 Jun 2019 15:20:50 -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: I70b165a8170dc52b9e763d828b2f6d4ee6ced41d --- doc/source/admin/troubleshooting-guide.rst | 6 +++--- doc/source/install/common/configure_2_edit_magnum_conf.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/admin/troubleshooting-guide.rst b/doc/source/admin/troubleshooting-guide.rst index 5e8c6826a1..04b5c1b4bf 100644 --- a/doc/source/admin/troubleshooting-guide.rst +++ b/doc/source/admin/troubleshooting-guide.rst @@ -117,11 +117,11 @@ please refer `_. If Magnum fails to create the trustee, check the magnum config file (usually -in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'auth_uri' are set and -their values are correct: +in /etc/magnum/magnum.conf). Make sure 'trustee_*' and 'www_authenticate_uri' +are set and their values are correct: [keystone_authtoken] - auth_uri = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/v3 ... [trust] diff --git a/doc/source/install/common/configure_2_edit_magnum_conf.rst b/doc/source/install/common/configure_2_edit_magnum_conf.rst index 0c1eb6e282..9e286f1a69 100644 --- a/doc/source/install/common/configure_2_edit_magnum_conf.rst +++ b/doc/source/install/common/configure_2_edit_magnum_conf.rst @@ -62,7 +62,7 @@ ... memcached_servers = controller:11211 auth_version = v3 - auth_uri = http://controller:5000/v3 + www_authenticate_uri = http://controller:5000/v3 project_domain_id = default project_name = service user_domain_id = default