Merge "[docs] Update branch names for Ocata"

This commit is contained in:
Jenkins 2016-11-04 16:42:33 +00:00 committed by Gerrit Code Review
commit 0efdb3bd67
3 changed files with 7 additions and 5 deletions

View File

@ -301,8 +301,8 @@ pdf_documents = [
latest_tag = os.popen('git describe --abbrev=0 --tags').read().strip('\n')
previous_release_branch_name='mitaka'
current_release_branch_name='newton'
previous_release_branch_name='newton'
current_release_branch_name='ocata'
previous_release_capital_name=previous_release_branch_name.upper()
previous_release_formal_name=previous_release_branch_name.capitalize()

View File

@ -84,7 +84,8 @@ development) build it is usually best to checkout the latest tagged version.
# git checkout |latest_tag|
.. note::
The |previous_release_formal_name| release is only compatible with Ubuntu 14.04 (Trusy Tahr).
The |previous_release_formal_name| release is only compatible with Ubuntu
14.04 (Trusy Tahr) and Ubuntu 16.04 (Xenial Xerus).
By default the scripts deploy all OpenStack services with sensible defaults
for the purpose of a gate check, development or testing system.

View File

@ -88,8 +88,9 @@ Install the source and dependencies for the deployment host.
the ``/opt/openstack-ansible`` directory:
.. parsed-literal::
# git clone -b TAG https://git.openstack.org/openstack/openstack-ansible
/opt/openstack-ansible
# git clone -b |latest_tag| https://git.openstack.org/openstack/openstack-ansible \
/opt/openstack-ansible
#. Change to the ``/opt/openstack-ansible`` directory, and run the
Ansible bootstrap script: