Minor improvement of the quickstart guide

Change-Id: I4118f9296dfa2fa9d50103dfce470e0779175df5
Closes-Bug: 1454591
This commit is contained in:
Hongbin Lu 2015-06-13 21:36:53 -04:00
parent a52d01528c
commit 69222dd590
1 changed files with 4 additions and 5 deletions

View File

@ -156,6 +156,10 @@ Run DevStack::
cd /opt/stack/devstack cd /opt/stack/devstack
./stack.sh ./stack.sh
After the script finishes, two magnum process (magnum-api and magnum-conductor)
will be running on a stack screen. If you make some code changes and want to
test their effects, just restart either magnum-api or magnum-conductor.
At this time, Magnum has only been tested with the Fedora Atomic micro-OS. At this time, Magnum has only been tested with the Fedora Atomic micro-OS.
Magnum will likely work with other micro-OS platforms, but each one requires Magnum will likely work with other micro-OS platforms, but each one requires
individual support in the heat template. individual support in the heat template.
@ -210,11 +214,6 @@ The existing bays can be listed as follows::
magnum bay-list magnum bay-list
If you make some code changes and want to test their effects,
just restart either magnum-api or magnum-conductor. The -e option to
pip install will link to the location from where the source code
was installed.
Bays will have an initial status of CREATE_IN_PROGRESS. Magnum will update Bays will have an initial status of CREATE_IN_PROGRESS. Magnum will update
the status to CREATE_COMPLETE when it is done creating the bay. Do not create the status to CREATE_COMPLETE when it is done creating the bay. Do not create
containers, pods, services, or replication controllers before Magnum finishes containers, pods, services, or replication controllers before Magnum finishes