Skip to content
Snippets Groups Projects
Commit 233c4335 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix formatting in CONTRIBUTING.rst"

parents 16e79775 36c0501c
No related branches found
No related tags found
No related merge requests found
...@@ -139,21 +139,16 @@ that Kolla uses throughout that should be followed. ...@@ -139,21 +139,16 @@ that Kolla uses throughout that should be followed.
Other than the above, most roles follow the following pattern:: Other than the above, most roles follow the following pattern::
# Register - ``Register`` : Involves registering the service with Keystone, creating endpoints, roles,
Involves registering the service with Keystone, creating endpoints, roles, users, users, etc.
etc.
# Config - ``Config`` : Distributes the config files to the nodes to be pulled into the container on
Distributes the config files to the nodes to be pulled into the container on startup.
startup.
# Bootstrap - ``Bootstrap`` : Creating the database (but not tables), database user for the service,
Creating the database (but not tables), database user for the service, permissions, etc.
permissions, etc.
# Bootstrap Service - ``Bootstrap Service`` : Starts a one shot container on the host to create the database tables,
Starts a one shot container on the host to create the database tables, and other and other initial run time config.
initial run time config.
# Start - ``Start`` : Start the service(s).
Start the service(s).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment