Fix formatting of yaml in heat/README.md

Markdown wants code blocks to be indented 4 spaces. Also properly format
the comments for yaml.

Change-Id: Icdbdadc663ccff2577f27e120448e1ecec358399
This commit is contained in:
Clint Byrum 2014-03-04 13:16:24 -08:00
parent 06a1d9e743
commit 558c10bf08
1 changed files with 7 additions and 5 deletions

View File

@ -3,11 +3,13 @@ Install heat software on the machine.
Configuration
-------------
heat:
verbose: False
- Print more verbose output (set logging level to INFO instead of default WARNING level).
debug: False
- Print debugging output (set logging level to DEBUG instead of default WARNING level).
heat:
verbose: False
# Print more verbose output (set logging level to INFO instead
# of default WARNING level).
debug: False
# Print debugging output (set logging level to DEBUG instead of
# default WARNING level).
Configuration of heat services is done in the heat-api and heat-engine