[doc] Add warning about verifying latest stable release tag

Add a warning below the cloning instructions to clarify that
latest_tag may not match the highest tag and provide a direct
link to the OpenStack-Ansible tags.

Change-Id: I98cef52603145161f2012ed97cb7e06229113603
Signed-off-by: Dmitriy Chubinidze <dcu995@gmail.com>
This commit is contained in:
Dmitriy Chubinidze
2025-12-07 20:29:29 +00:00
parent 3eddee1136
commit e9717e626d

View File

@@ -157,6 +157,12 @@ Install the source and dependencies for the deployment host.
# 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: