Fix docs about configuring heat with devstack

Docs still tells that Heat is configured by default on
devstack. Need to fix it.

Change-Id: I186415f3422f3865aa3fbf4fe83ef13ea73c7eed
Closes-bug: #1450422
This commit is contained in:
Peter Razumovsky 2015-04-30 13:44:03 +03:00
parent e28d83a3fd
commit 2bde5b95c5
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