summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-03-29 19:55:43 +0000
committerGerrit Code Review <review@openstack.org>2023-03-29 19:55:43 +0000
commit820bc4ef340d6bad9138eb105543f7150c7bfd10 (patch)
treecbfee8d5f606ee9623975959697b5dbf1a5eda7e
parent8e8637e58be26861914ccb7d034ce7a802d96059 (diff)
parent0140386709aeaf1caab1b52f9d9d6057a7d70f0b (diff)
downloadhorizon-820bc4ef340d6bad9138eb105543f7150c7bfd10.tar.gz
Merge "Add a Note Under Install and configure Section in documentation" into stable/xena
-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