summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-01-17 23:45:34 +0530
committerAkihiro Motoki <amotoki@gmail.com>2023-01-18 09:02:34 +0000
commit0140386709aeaf1caab1b52f9d9d6057a7d70f0b (patch)
tree3ac395f5e838d0935f43ceb3b0c75e654d92e6b8
parent78c8c811a3dfea12f87ccad95512f58bb980681e (diff)
downloadhorizon-0140386709aeaf1caab1b52f9d9d6057a7d70f0b.tar.gz
Add a Note Under Install and configure Section in documentation
This patch adds a note to use keystone port 5000 while configuring horizon for all distros like ubuntu/debian/rdo/obs under the install and configure section. Right now if a user tries to set up an OpenStack env. manually using documentation [1], [2] leads to some confusion because keystone documents suggest creating keystone endpoint at http://controller:5000/v3/ rather than http://controller/v3/ while horizon document consider keystone doesn't run at 5000 port updated by [3]. Closes-Bug: #1910476 Closes-Bug: #1926096 Closes-Bug: #1950919 Closes-Bug: #1956437 Closes-Bug: #1892279 Closes-Bug: #1903320 Change-Id: I18d0d2105ea54ba02f8979ab7a15a75a0425b8c7 [1] https://docs.openstack.org/keystone/latest/install/keystone-install-ubuntu.html#install-and-configure-components [2] https://docs.openstack.org/horizon/latest/install/install-ubuntu.html#install-and-configure-components [3] https://review.opendev.org/c/openstack/horizon/+/697406 Change-Id: I537a963c9d955b8d7e21f0d05b0197588907419e (cherry picked from commit 029de21c1190bb9d2e38063b62c689c1dbb8ef37)
-rw-r--r--doc/source/install/install-debian.rst6
-rw-r--r--doc/source/install/install-obs.rst6
-rw-r--r--doc/source/install/install-rdo.rst6
-rw-r--r--doc/source/install/install-ubuntu.rst6
4 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/install/install-debian.rst b/doc/source/install/install-debian.rst
index aa6c2e509..982a28ef1 100644
--- a/doc/source/install/install-debian.rst
+++ b/doc/source/install/install-debian.rst
@@ -119,6 +119,12 @@ Install and configure components
.. end
+ .. note::
+
+ In case your keystone run at 5000 port then you would mentioned
+ keystone port here as well i.e.
+ OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST
+
* Enable support for domains:
.. path /etc/openstack-dashboard/local_settings.py
diff --git a/doc/source/install/install-obs.rst b/doc/source/install/install-obs.rst
index 77f32dd39..9db8a2c72 100644
--- a/doc/source/install/install-obs.rst
+++ b/doc/source/install/install-obs.rst
@@ -105,6 +105,12 @@ Install and configure components
.. end
+ .. note::
+
+ In case your keystone run at 5000 port then you would mentioned
+ keystone port here as well i.e.
+ OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST
+
* Enable support for domains:
.. path /srv/www/openstack-dashboard/openstack_dashboard/local/local_settings.py
diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst
index 61acb3673..406e7adb4 100644
--- a/doc/source/install/install-rdo.rst
+++ b/doc/source/install/install-rdo.rst
@@ -96,6 +96,12 @@ Install and configure components
.. end
+ .. note::
+
+ In case your keystone run at 5000 port then you would mentioned
+ keystone port here as well i.e.
+ OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST
+
* Enable support for domains:
.. path /etc/openstack-dashboard/local_settings
diff --git a/doc/source/install/install-ubuntu.rst b/doc/source/install/install-ubuntu.rst
index 7c618ec29..464af383a 100644
--- a/doc/source/install/install-ubuntu.rst
+++ b/doc/source/install/install-ubuntu.rst
@@ -93,6 +93,12 @@ Install and configure components
.. end
+ .. note::
+
+ In case your keystone run at 5000 port then you would mentioned
+ keystone port here as well i.e.
+ OPENSTACK_KEYSTONE_URL = "http://%s:5000/identity/v3" % OPENSTACK_HOST
+
* Enable support for domains:
.. path /etc/openstack-dashboard/local_settings.py