heat is enabled by default in devstack now

update documentation accordingly, as the previous first line is
no longer needed.

Change-Id: I9ececc394e05bc57f011b3508208f074908c7761
This commit is contained in:
Sean Dague 2014-03-24 20:19:38 -04:00 committed by Sean Dague
parent d63d9893ae
commit d55235105c
1 changed files with 4 additions and 4 deletions

View File

@ -19,12 +19,12 @@ These instructions assume you already have a working DevStack installation which
Configure DevStack to enable Heat
---------------------------------
Adding the following line to your `localrc` file will enable the heat services::
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
Heat is configured by default on devstack for Icehouse or newer
versions of OpenStack.
It would also be useful to automatically download and register
a VM image that Heat can launch::
a VM image that Heat can launch. To do that add the following to your
devstack `localrc`::
IMAGE_URLS+=",http://cloud.fedoraproject.org/fedora-20.x86_64.qcow2"