Merge "[DOC] Fix release name in quickstart doc"

This commit is contained in:
Jenkins 2017-02-14 23:32:51 +00:00 committed by Gerrit Code Review
commit 11017ab5a0

View File

@ -77,15 +77,15 @@ version.
# git tag -l
# # Checkout the stable branch and find just the latest tag
# git checkout stable/|previous_release_branch_name|
# git checkout stable/|current_release_branch_name|
# git describe --abbrev=0 --tags
# # Checkout the latest tag from either method of retrieving the tag.
# git checkout |latest_tag|
.. note::
The |previous_release_formal_name| release is only compatible with Ubuntu
14.04 (Trusy Tahr) and Ubuntu 16.04 (Xenial Xerus).
The |current_release_formal_name| release is only compatible with 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.