diff --git a/doc/install-guide/source/openstack-services.rst b/doc/install-guide/source/openstack-services.rst index b403fea37c..91533f32ef 100644 --- a/doc/install-guide/source/openstack-services.rst +++ b/doc/install-guide/source/openstack-services.rst @@ -6,6 +6,8 @@ The installation of individual OpenStack services is covered in the Project Installation Guides that are available at the following locations: +* `OpenStack Installation Guides for 2024.2 (Dalmatian) + `_ * `OpenStack Installation Guides for 2024.1 (Caracal) `_ * `OpenStack Installation Guides for 2023.2 (Bobcat) @@ -13,6 +15,29 @@ locations: * `OpenStack Installation Guides for 2023.1 (Antelope) `_ +Minimal deployment for 2024.2 (Dalmatian) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +At a minimum, you need to install the following services. Install the services +in the order specified below: + +* Identity service – `keystone installation for 2024.2 (Dalmatian) + `_ +* Image service – `glance installation for 2024.2 (Dalmatian) + `_ +* Placement service – `placement installation for 2024.2 (Dalmatian) + `_ +* Compute service – `nova installation for 2024.2 (Dalmatian) + `_ +* Networking service – `neutron installation for 2024.2 (Dalmatian) + `_ + +We advise to also install the following components after you have installed the +minimal deployment services: + +* Dashboard – `horizon installation for 2024.2 (Dalmatian) `_ +* Block Storage service – `cinder installation for 2024.2 (Dalmatian) `_ + Minimal deployment for 2024.1 (Caracal) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~