From af4086b4fd240e09d5facf79c928d79bc28c32d0 Mon Sep 17 00:00:00 2001 From: liangshang Date: Thu, 15 Dec 2016 01:58:15 +0000 Subject: [PATCH] Docs of configuring Devstack to enable heat Heat code has been removed from devstack tree. Users can just use Devstack heat by plugin. https://review.openstack.org/#/c/317618/ Co-Authored-By: shizhihui Change-Id: Ibcdc3e19f331307d91b90fb305932f8928a197fd --- doc/source/getting_started/on_devstack.rst | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/source/getting_started/on_devstack.rst b/doc/source/getting_started/on_devstack.rst index 41e7409c99..1e77c278c8 100644 --- a/doc/source/getting_started/on_devstack.rst +++ b/doc/source/getting_started/on_devstack.rst @@ -33,15 +33,19 @@ Newer versions of OpenStack require enabling heat services in devstack #Enable heat services enable_service h-eng h-api h-api-cfn h-api-cw -Since Newton release, users have the option to use the ``enable_service`` -directive as shown above or add the following to the `[[local|localrc]]` -section of `local.conf`:: +Since Newton release, heat is available as a devstack plugin. To enable the +plugin add the following to the `[[local|localrc]]` section of `local.conf`:: [[local|localrc]] #Enable heat plugin enable_plugin heat https://git.openstack.org/openstack/heat +To use stable branches, make sure devstack is on that branch, +and specify the branch name to enable_plugin, for example:: + + enable_plugin heat https://git.openstack.org/openstack/heat stable/newton + It would also be useful to automatically download and register a VM image that heat can launch. To do that add the following to `[[local|localrc]]` section of `local.conf`::