Merge "Fix docs about configuring heat with devstack"

This commit is contained in:
Jenkins 2015-05-14 20:50:41 +00:00 committed by Gerrit Code Review
commit 9a8323ddaa
1 changed files with 10 additions and 2 deletions

View File

@ -19,8 +19,16 @@ These instructions assume you already have a working DevStack installation which
Configure DevStack to enable Heat
---------------------------------
Heat is configured by default on devstack for Icehouse or newer
versions of OpenStack.
Heat is configured by default on devstack for Icehouse and Juno releases.
Newer versions of OpenStack require enabling heat services in devstack
`local.conf`.
Add the following to `[[local|localrc]]` section of `local.conf`::
[[local|localrc]]
#Enable heat services
enable_service h-eng h-api h-api-cfn h-api-cw
It would also be useful to automatically download and register
a VM image that Heat can launch. To do that add the following to your