Correct doc format

And typo fix

Change-Id: I15119f433975e875cdd6ed9c2df7ca0dce59eafa
This commit is contained in:
JUNJIE NAN 2015-02-27 07:03:42 +08:00
parent ac803f6301
commit e0f3f02980
2 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,4 @@
magnum Style Commandments magnum Style Commandments
=============================================== =========================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/

View File

@ -12,6 +12,9 @@ an OpenStack project.
https://wiki.openstack.org/wiki/GerritWorkflow https://wiki.openstack.org/wiki/GerritWorkflow
Setup Dev Environment
=====================
Install prerequisites:: Install prerequisites::
# Ubuntu/Debian: # Ubuntu/Debian:
@ -86,7 +89,7 @@ When you're done, deactivate the virtualenv::
deactivate deactivate
======================================
Exercising the Services Using DevStack Exercising the Services Using DevStack
====================================== ======================================
@ -338,7 +341,7 @@ slaves and sentinels::
magnum rc-create --manifest ./redis-sentinel-controller.yaml --bay-id $BAY_UUID magnum rc-create --manifest ./redis-sentinel-controller.yaml --bay-id $BAY_UUID
Full lifecycle and introspection operations for each object are supported. For Full lifecycle and introspection operations for each object are supported. For
exmaple, magnum bay-create magnum baymodel-delete, magnum rc-show, magnum service-list. exmaple, magnum bay-create, magnum baymodel-delete, magnum rc-show, magnum service-list.
In this milestone you have to use the kubernetes kubectl tool to explore the In this milestone you have to use the kubernetes kubectl tool to explore the
redis cluster in detail:: redis cluster in detail::
@ -374,7 +377,6 @@ Now log into one of the other container hosts and access a redis slave from ther
There are four redis instances, one master and three slaves, running across the bay, There are four redis instances, one master and three slaves, running across the bay,
replicating data between one another. replicating data between one another.
================================
Building developer documentation Building developer documentation
================================ ================================