[DOC] Fix release name in quickstart doc

Change-Id: I1d50751a214e87a4aa0f798980aaf66fb9da9997
This commit is contained in:
Marc Gariepy 2017-02-14 12:24:37 -05:00
parent cb750e5418
commit a9b8752575

View File

@ -77,15 +77,15 @@ version.
# git tag -l # git tag -l
# # Checkout the stable branch and find just the latest tag # # 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 # git describe --abbrev=0 --tags
# # Checkout the latest tag from either method of retrieving the tag. # # Checkout the latest tag from either method of retrieving the tag.
# git checkout |latest_tag| # git checkout |latest_tag|
.. note:: .. note::
The |previous_release_formal_name| release is only compatible with Ubuntu The |current_release_formal_name| release is only compatible with Ubuntu
14.04 (Trusy Tahr) and Ubuntu 16.04 (Xenial Xerus). 16.04 (Xenial Xerus).
By default the scripts deploy all OpenStack services with sensible defaults By default the scripts deploy all OpenStack services with sensible defaults
for the purpose of a gate check, development or testing system. for the purpose of a gate check, development or testing system.