Merge "[DOC] Added automatic fetched latest tags."

This commit is contained in:
Jenkins 2016-08-17 20:23:05 +00:00 committed by Gerrit Code Review
commit d3429a980d
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ development) build it is usually best to checkout the latest tagged version.
# git describe --abbrev=0 --tags
# # Checkout the latest tag from either method of retrieving the tag.
# git checkout 13.0.1
# git checkout |my_conf_val|
By default the scripts deploy all OpenStack services with sensible defaults
for the purpose of a gate check, development or testing system.

View File

@ -16,7 +16,7 @@ Check out the Newton release
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Ensure your OpenStack-Ansible code is on the latest Newton release tag
(14.x.x).
(|my_conf_val|).
.. code-block:: console

View File

@ -20,7 +20,7 @@ A minor upgrade typically requires the following steps:
# cd /opt/openstack-ansible
#. Ensure your OpenStack-Ansible code is on the latest Newton release tag
(14.x.x):
(|my_conf_val|):
.. code-block:: console