summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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