From 558c10bf081601b4ffda0b215c0a6369a8e6ae81 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 4 Mar 2014 13:16:24 -0800 Subject: [PATCH] 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 --- elements/heat/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/elements/heat/README.md b/elements/heat/README.md index 631dcb910..84882b6d1 100644 --- a/elements/heat/README.md +++ b/elements/heat/README.md @@ -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