Fix formatting in CONTRIBUTING.rst

Change-Id: I38a1fc5f476dca97952160eb2c2fbb25a19bcc64
This commit is contained in:
Paul Bourke 2016-09-13 17:49:36 +01:00
parent 6d03a05819
commit 36c0501cc6
1 changed files with 9 additions and 14 deletions

View File

@ -139,21 +139,16 @@ that Kolla uses throughout that should be followed.
Other than the above, most roles follow the following pattern::
# Register
Involves registering the service with Keystone, creating endpoints, roles, users,
etc.
- ``Register`` : Involves registering the service with Keystone, creating endpoints, roles,
users, etc.
# Config
Distributes the config files to the nodes to be pulled into the container on
startup.
- ``Config`` : Distributes the config files to the nodes to be pulled into the container on
startup.
# Bootstrap
Creating the database (but not tables), database user for the service,
permissions, etc.
- ``Bootstrap`` : Creating the database (but not tables), database user for the service,
permissions, etc.
# Bootstrap Service
Starts a one shot container on the host to create the database tables, and other
initial run time config.
- ``Bootstrap Service`` : Starts a one shot container on the host to create the database tables,
and other initial run time config.
# Start
Start the service(s).
- ``Start`` : Start the service(s).