From e2c6cdb1bad0ba7ee5b48cb53aca8330293a4abe Mon Sep 17 00:00:00 2001 From: Ivan Anfimov Date: Mon, 13 Jan 2025 23:27:00 +0000 Subject: [PATCH] doc: Install and configure for Red Hat Enterprise Linux and CentOS - WEBROOT https://bugs.launchpad.net/horizon/+bug/1909581 https://bugs.launchpad.net/horizon/+bug/1853651 - To prevent problems when installing via packages. Change-Id: I5097d5b4295c8d3f755ce9d835c0ab45d00ae994 --- doc/source/install/install-rdo.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/install/install-rdo.rst b/doc/source/install/install-rdo.rst index 1b3a11f568..d90656e738 100644 --- a/doc/source/install/install-rdo.rst +++ b/doc/source/install/install-rdo.rst @@ -165,6 +165,15 @@ Install and configure components For more information, see the `list of time zones `__. + * Optionally, configure location where the access to the dashboard (if not included): + + .. path /etc/openstack-dashboard/local_settings + .. code-block:: python + + WEBROOT = '/dashboard/' + + .. end + 3. Add the following line to ``/etc/httpd/conf.d/openstack-dashboard.conf`` if not included.