Merge "updates to the readme"

This commit is contained in:
Jenkins 2017-01-11 12:37:07 +00:00 committed by Gerrit Code Review
commit 25db717aa4
1 changed files with 4 additions and 5 deletions

View File

@ -85,8 +85,7 @@ localhost. The deployment should pass, however you may not be able to ssh to
the overcloud nodes while using the default ssh config file. The ssh config
file that is generated by quickstart e.g. ``~/.quickstart/ssh.config.ansible``
will try to proxy through the localhost to ssh to the localhost and will cause
an error if ssh is not setup to support it. An alternative workflow is being
tested and can be found under ``tripleo-quickstart/ci-scripts/usbkey/``.
an error if ssh is not setup to support it.
Enable Developer mode
---------------------
@ -98,9 +97,9 @@ This will fetch the images produced by tripleo-ci instead of the ones produced
by RDO. The incantation for a job using the quickstart defaults other than
developer mode would be::
bash quickstart.sh \
--release master-tripleo-ci \
$VIRTHOST
bash devmode.sh $VIRTHOST
The full set of developer mode instructions are available in :ref:`devmode`
Working With Quickstart Extras
------------------------