Add Horizon deployment documentation

Change-Id: Ife624af234cec75f5fa3ccc6fb4e31a447c5d177
This commit is contained in:
Vladimir Kozhukalov 2024-01-15 07:06:38 -06:00
parent 948b03c70c
commit f32b22bb01
1 changed files with 14 additions and 0 deletions

View File

@ -107,6 +107,19 @@ To deploy the OpenStack Cinder service use the script `cinder.sh`_
cd ~/osh/openstack-helm
./tools/deployment/component/cinder/cinder.sh
Horizon
-------
OpenStack Horizon is the web application that is intended to provide a graphic
user interface to Openstack services.
To deploy the OpenStack Horizon use the following script `horizon.sh`_
.. code-block:: bash
cd ~/osh/openstack-helm
./tools/deployment/component/horizon/horizon.sh
.. _keystone.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/keystone/keystone.sh
.. _heat.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/heat/heat.sh
.. _glance.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/glance/glance.sh
@ -114,3 +127,4 @@ To deploy the OpenStack Cinder service use the script `cinder.sh`_
.. _openvswitch.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/compute-kit/openvswitch.sh
.. _compute-kit.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/compute-kit/compute-kit.sh
.. _cinder.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/cinder/cinder.sh
.. _horizon.sh: https://opendev.org/openstack/openstack-helm/src/branch/master/tools/deployment/component/horizon/horizon.sh