Skip to content

Commit

Permalink
Merge "Update some steps in quickstart-aio.rst"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Nov 25, 2015
2 parents a2bd70e + 07a6cac commit cfbd9da
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/source/developer-docs/quickstart-aio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ development) build it is usually best to checkout the latest tagged version.

.. code-block:: bash
$ git checkout kilo
$ # List all existing tags.
$ git tag -l
$ # Checkout the latest tag from the previous command.
$ git checkout 12.0.0
By default the scripts deploy all OpenStack services. At this point you may
optionally adjust which services are deployed within your AIO build. Look at
Expand Down Expand Up @@ -211,7 +215,7 @@ soon as the instance starts. Save this file as ``user_data.yml``:
- export ANSIBLE_FORCE_COLOR=true
- export PYTHONUNBUFFERED=1
- export REPO=https://github.com/openstack/openstack-ansible
- export BRANCH=kilo
- export BRANCH=liberty
- git clone -b ${BRANCH} ${REPO} /opt/openstack-ansible
- export DEPLOY_CEILOMETER="no"
- cd /opt/openstack-ansible && scripts/bootstrap-aio.sh
Expand Down

0 comments on commit cfbd9da

Please sign in to comment.