diff --git a/doc/source/deploy_install_guides/release/openstack/install.rst b/doc/source/deploy_install_guides/release/openstack/install.rst
index 28150e178..88546bb16 100644
--- a/doc/source/deploy_install_guides/release/openstack/install.rst
+++ b/doc/source/deploy_install_guides/release/openstack/install.rst
@@ -45,7 +45,8 @@ Install application manifest and helm-charts
* Public download from the
`StarlingX mirror `_.
- After you select a release, helm charts are located in ``centos/outputs/helm-charts``.
+ After you select a release, helm charts are located in
+ ``release/latest_release/debian/monolithic/outputs/helm-charts``.
#. Load the |prefix|-openstack application's package into StarlingX. The tarball
package contains |prefix|-openstack's manifest and
@@ -53,7 +54,7 @@ Install application manifest and helm-charts
.. parsed-literal::
- system application-upload |prefix|-openstack--centos-stable-versioned.tgz
+ system application-upload |prefix|-openstack--debian-stable-versioned.tgz
This will:
diff --git a/doc/source/security/openstack/security-system-account-password-rules.rst b/doc/source/security/openstack/security-system-account-password-rules.rst
index 2ef25cec9..d66d5934a 100644
--- a/doc/source/security/openstack/security-system-account-password-rules.rst
+++ b/doc/source/security/openstack/security-system-account-password-rules.rst
@@ -31,7 +31,7 @@ By default, the following rules apply:
The Keystone service can be configured to use customized password rules. For
more information, see the keystone documentation: `Configuring password
strength requirements
-`__.
+`__.
The steps below can be used as a reference to update the Keystone service via
``helm-override`` to customize the password rules and their description.
diff --git a/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst b/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst
index af1fc4626..e0e9df364 100644
--- a/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst
+++ b/doc/source/system_configuration/openstack/configure-the-nfs-backend-on-cinder-backup.rst
@@ -51,7 +51,7 @@ Follow these steps to perform the configuration.
runAsUser: 42424 # cinder UID
For other options for configuring |NFS| backend on cinder-backup, see:
- `NFS Backup Driver `__.
+ `NFS Backup Driver `__.
#. The following commands are used for updating the Cinder Helm Chart overrides for |prod-os|:
diff --git a/doc/source/system_configuration/openstack/export-and-import-cinder-backups-to-ceph-pool.rst b/doc/source/system_configuration/openstack/export-and-import-cinder-backups-to-ceph-pool.rst
index 1d67b0124..0cbe1393c 100644
--- a/doc/source/system_configuration/openstack/export-and-import-cinder-backups-to-ceph-pool.rst
+++ b/doc/source/system_configuration/openstack/export-and-import-cinder-backups-to-ceph-pool.rst
@@ -23,7 +23,7 @@ the volume to be backed up is attached to a running VM and the application in th
VM is not crash consistent, the recommended approach is to stop the VM for the
backup procedure. Check the OpenStack documentation
`Back up and restore volumes and snapshots
-`__
+`__
for more details.
.. rubric:: |proc|