From d8136936f8af3ff60acbb997dda0828986359a4f Mon Sep 17 00:00:00 2001 From: junboli Date: Tue, 1 May 2018 00:17:01 +0800 Subject: [PATCH] Update auth_url value in install docs Follow the keystone install guide by using port 5000 as the default auth_url, this change is to update cinder install guide to follow that. Change-Id: I19c60701dbdcf93394ee1c75d2d6660d25c9cbcc Closes-bug: #1754104 --- doc/source/install/cinder-controller-install-obs.rst | 2 +- doc/source/install/cinder-controller-install-rdo.rst | 2 +- doc/source/install/cinder-controller-install-ubuntu.rst | 2 +- doc/source/install/cinder-storage-install-obs.rst | 2 +- doc/source/install/cinder-storage-install-rdo.rst | 2 +- doc/source/install/cinder-storage-install-ubuntu.rst | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/install/cinder-controller-install-obs.rst b/doc/source/install/cinder-controller-install-obs.rst index 0b7dee27aa0..0bc70239fa9 100644 --- a/doc/source/install/cinder-controller-install-obs.rst +++ b/doc/source/install/cinder-controller-install-obs.rst @@ -278,7 +278,7 @@ Install and configure components [keystone_authtoken] # ... auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default diff --git a/doc/source/install/cinder-controller-install-rdo.rst b/doc/source/install/cinder-controller-install-rdo.rst index b1a1b804cb0..306b277c72b 100644 --- a/doc/source/install/cinder-controller-install-rdo.rst +++ b/doc/source/install/cinder-controller-install-rdo.rst @@ -277,7 +277,7 @@ Install and configure components [keystone_authtoken] # ... auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default diff --git a/doc/source/install/cinder-controller-install-ubuntu.rst b/doc/source/install/cinder-controller-install-ubuntu.rst index 8ebdebf0e24..69159117f95 100644 --- a/doc/source/install/cinder-controller-install-ubuntu.rst +++ b/doc/source/install/cinder-controller-install-ubuntu.rst @@ -278,7 +278,7 @@ Install and configure components [keystone_authtoken] # ... www_authenticate_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default diff --git a/doc/source/install/cinder-storage-install-obs.rst b/doc/source/install/cinder-storage-install-obs.rst index e0662b97e51..281bf311040 100644 --- a/doc/source/install/cinder-storage-install-obs.rst +++ b/doc/source/install/cinder-storage-install-obs.rst @@ -159,7 +159,7 @@ Install and configure components [keystone_authtoken] # ... auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default diff --git a/doc/source/install/cinder-storage-install-rdo.rst b/doc/source/install/cinder-storage-install-rdo.rst index 3b57f41dadd..2d0d45a70eb 100644 --- a/doc/source/install/cinder-storage-install-rdo.rst +++ b/doc/source/install/cinder-storage-install-rdo.rst @@ -168,7 +168,7 @@ Install and configure components [keystone_authtoken] # ... www_authenticate_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default diff --git a/doc/source/install/cinder-storage-install-ubuntu.rst b/doc/source/install/cinder-storage-install-ubuntu.rst index 72ddb4b1f4a..01a8850a2f8 100644 --- a/doc/source/install/cinder-storage-install-ubuntu.rst +++ b/doc/source/install/cinder-storage-install-ubuntu.rst @@ -157,7 +157,7 @@ Install and configure components [keystone_authtoken] # ... auth_uri = http://controller:5000 - auth_url = http://controller:35357 + auth_url = http://controller:5000 memcached_servers = controller:11211 auth_type = password project_domain_id = default