summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-25 19:08:47 +0000
committerGerrit Code Review <review@openstack.org>2022-02-25 19:08:47 +0000
commitda0024f66644bdeff6f93178b838c90460d5dd05 (patch)
treef3e1baeab88946abcfeda5ee6abc71fd5c965151
parent6a64bdd62573fed975723e5c44248be776e9c9d3 (diff)
parent029de21c1190bb9d2e38063b62c689c1dbb8ef37 (diff)
downloadhorizon-da0024f66644bdeff6f93178b838c90460d5dd05.tar.gz
Merge "Add a Note Under Install and configure Section in documentation"
-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