From 674acde2f8ca88ae1d409d9346389f6fc2c972e0 Mon Sep 17 00:00:00 2001 From: rabi Date: Sun, 28 Aug 2016 10:07:22 +0530 Subject: [PATCH] Use heat devstack plugin Now that heat is available as a devstack plugin, it should be used. The document is updated to enable the heat devstack plugin before the tacker plugin. Co-Authored-By: Kanagaraj Manickam Change-Id: I9d20d72dfa50f36ee454f56f3c67d063012ef05b --- devstack/settings | 7 ------- doc/source/install/devstack.rst | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/devstack/settings b/devstack/settings index 3be91312b..649ff3bc6 100644 --- a/devstack/settings +++ b/devstack/settings @@ -18,13 +18,6 @@ if [ "${TACKER_MODE}" == "all" ]; then enable_service q-svc enable_service neutron - # Heat - enable_service heat - enable_service h-eng - enable_service h-api - enable_service h-api-cfn - enable_service h-api-cw - enable_service tacker # tacker-horizon isn't installable from pip diff --git a/doc/source/install/devstack.rst b/doc/source/install/devstack.rst index fc184c3fb..3a92a2fb5 100644 --- a/doc/source/install/devstack.rst +++ b/doc/source/install/devstack.rst @@ -30,9 +30,10 @@ Install from master $ git clone https://git.openstack.org/openstack-dev/devstack $ cd devstack -2. Add this repo as an external repository into your ``local.conf`` file:: +2. Enable both heat and tacker devstack plugins in ``local.conf`` file:: [[local|localrc]] + enable_plugin heat https://git.openstack.org/openstack/heat enable_plugin tacker https://git.openstack.org/openstack/tacker 3. Run ``stack.sh``::