From 97aa81d905ce73054747a56a4ba0d93c308d23a5 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Tue, 7 Apr 2015 16:23:53 -0400 Subject: [PATCH] Fix docs about heat in devtack In 279cfe75198c723519f1fb361b2bff3c641c6cef, we disabled heat by default. So fixing the README to reflect that. Change-Id: I3da257158b37e235eed1c78e0c4df432caeefa1d --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53de970763..039ce3e548 100644 --- a/README.md +++ b/README.md @@ -264,10 +264,10 @@ To change this, set the `Q_AGENT` variable to the agent you want to run # Heat -Heat is enabled by default (see `stackrc` file). To disable it explicitly +Heat is disabled by default (see `stackrc` file). To enable it explicitly you'll need the following settings in your `localrc` section: - disable_service heat h-api h-api-cfn h-api-cw h-eng + enable_service heat h-api h-api-cfn h-api-cw h-eng Heat can also run in standalone mode, and be configured to orchestrate on an external OpenStack cloud. To launch only Heat in standalone mode