[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 <dcu995@gmail.com>
This commit is contained in:
committed by
Ivan Anfimov
parent
bad857d634
commit
4f4bfa163a
@@ -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 <https://opendev.org/openstack/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 <https://opendev.org/openstack/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
|
||||
============================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user