From 4f4bfa163a1bb0d99ce14192b676b17f1689ffd0 Mon Sep 17 00:00:00 2001 From: Dmitriy Chubinidze Date: Tue, 9 Dec 2025 12:20:20 +0000 Subject: [PATCH] [doc] Add correction about latest tag Fix wrong placement for latest warning which lead to broken numbering. Change-Id: I6deca1df745f32ff1874d39f9f55aa6747a68b4f Signed-off-by: Dmitriy Chubinidze --- deploy-guide/source/deploymenthost.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/deploy-guide/source/deploymenthost.rst b/deploy-guide/source/deploymenthost.rst index 0734209e8c..46ec8ba10e 100644 --- a/deploy-guide/source/deploymenthost.rst +++ b/deploy-guide/source/deploymenthost.rst @@ -44,7 +44,6 @@ Before you begin, we recommend upgrading your system packages and kernel. # apt update - #. Upgrade the system packages and kernel: .. code-block:: shell-session @@ -153,16 +152,17 @@ Install the source and dependencies for the deployment host. #. Clone the latest stable release of the OpenStack-Ansible Git repository in the ``/opt/openstack-ansible`` directory: + .. note:: + + The value of |latest_tag| might not match the highest available tag. + If you are not using the master branch, you should verify the latest + stable release for your branch by checking the full tag list here: + `OpenStack-Ansible Tags `_ + .. parsed-literal:: # git clone -b |latest_tag| \https://opendev.org/openstack/openstack-ansible /opt/openstack-ansible -.. warning:: - - The value of ``|latest_tag|`` might not match the highest available tag. - You can verify the latest stable release by checking the tag list here: - `OpenStack-Ansible Tags `_. - If opendev.org can not be accessed to run git clone, github.com can be used as an alternative repo: @@ -177,7 +177,6 @@ Install the source and dependencies for the deployment host. # scripts/bootstrap-ansible.sh - Configure Docker with Alpine ============================