Fix some typos in magnum document

Change-Id: I5180e3c24170512fb5fa98bc396bff8c1e7aedca
This commit is contained in:
lqslan
2015-03-31 21:16:42 +08:00
parent c98d33c794
commit 22b7124c2f
3 changed files with 4 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ Refer the quickstart guide for more information on using devstack and magnum.
Running devestack with magnum for the first time may take a long time as it
needs to download an atomic fedora 21 qcow image. If you already have this image
you can copy it to /opt/stack/devstack/files/fedora-21-atomic.qcow2 to save you
this time.
you can copy it to /opt/stack/devstack/files/fedora-21-atomic.qcow2 to save your
time.
To install magnum into devstack: ::

View File

@@ -182,6 +182,6 @@ Finally start the conductor service in a new window::
magnum-conductor
Magnum should now be up and running. Further steps on utilising Magnum and
Magnum should now be up and running. Further steps on utilizing Magnum and
deploying containers can be found in the `quickstart guide
<../dev-quickstart.rst>`.

View File

@@ -265,7 +265,7 @@ commands to build the documentation set::
source .tox/venv/bin/activate
# build the docs
tox -egendocs
tox -edocs
Now use your browser to open the top-level index.html located at::