diff --git a/doc/source/install/before_deployment.rst b/doc/source/install/before_deployment.rst index 3f595f4c4a..8f5874db7f 100644 --- a/doc/source/install/before_deployment.rst +++ b/doc/source/install/before_deployment.rst @@ -34,9 +34,8 @@ for deployment. For doing this export the following environment variables .. code-block:: bash - export OPENSTACK_RELEASE=2023.2 - export CONTAINER_DISTRO_NAME=ubuntu - export CONTAINER_DISTRO_VERSION=jammy + export OPENSTACK_RELEASE=2024.1 + export FEATURES="${OPENSTACK_RELEASE} ubuntu_jammy" .. note:: The list of supported versions can be found :doc:`here `. diff --git a/doc/source/install/deploy_openstack.rst b/doc/source/install/deploy_openstack.rst index e6091633f5..02c9368f57 100644 --- a/doc/source/install/deploy_openstack.rst +++ b/doc/source/install/deploy_openstack.rst @@ -58,6 +58,21 @@ The Glance deployment script is here `glance.sh`_. cd ~/osh/openstack-helm ./tools/deployment/component/glance/glance.sh +Cinder +------ + +OpenStack Cinder is the block storage service component of the +OpenStack cloud computing platform. It manages and provides persistent +block storage to virtual machines, enabling users to attach and detach +persistent storage volumes to their VMs as needed. + +To deploy the OpenStack Cinder service use the script `cinder.sh`_ + +.. code-block:: bash + + cd ~/osh/openstack-helm + ./tools/deployment/component/cinder/cinder.sh + Placement, Nova, Neutron ------------------------ @@ -92,21 +107,6 @@ Placement, Nova and Neutron is here: `compute-kit.sh`_. ./tools/deployment/component/compute-kit/libvirt.sh ./tools/deployment/component/compute-kit/compute-kit.sh -Cinder ------- - -OpenStack Cinder is the block storage service component of the -OpenStack cloud computing platform. It manages and provides persistent -block storage to virtual machines, enabling users to attach and detach -persistent storage volumes to their VMs as needed. - -To deploy the OpenStack Cinder service use the script `cinder.sh`_ - -.. code-block:: bash - - cd ~/osh/openstack-helm - ./tools/deployment/component/cinder/cinder.sh - Horizon -------