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 ============================