From bba6022af978d738d25bea9627cd83afe077916c Mon Sep 17 00:00:00 2001 From: caoyuan Date: Wed, 11 Apr 2018 22:23:35 +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: I80b505feb611af8a95ac19f2808c73069e2a33e5 --- 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 ed3d2c6e7..341c91ead 100644 --- a/doc/source/install/install-obs.rst +++ b/doc/source/install/install-obs.rst @@ -108,7 +108,7 @@ Install and configure components project_name = service project_domain_name = Default user_domain_name = Default - auth_uri = http://controller:5000/ + www_authenticate_uri = http://controller:5000/ auth_url = http://controller:5000/ Replace ``DESIGNATE_PASS`` with the password you chose for the diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index af6bc17ad..4c62f0804 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -108,7 +108,7 @@ Install and configure components project_name = service project_domain_name = Default user_domain_name = Default - auth_uri = http://controller:5000/ + www_authenticate_uri = http://controller:5000/ auth_url = http://controller:5000/ Replace ``DESIGNATE_PASS`` with the password you chose for the diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst index d8e1b022c..a6f2c1ba3 100644 --- a/doc/source/install/install-ubuntu.rst +++ b/doc/source/install/install-ubuntu.rst @@ -101,7 +101,7 @@ Install and configure components project_name = service project_domain_name = Default user_domain_name = Default - auth_uri = http://controller:5000/ + www_authenticate_uri = http://controller:5000/ auth_url = http://controller:5000/ Replace ``DESIGNATE_PASS`` with the password you chose for the