From a40d2dbb4327594dcee1e2c72a97afd649d8d8aa Mon Sep 17 00:00:00 2001 From: Everett Toews Date: Thu, 18 Jun 2015 11:17:57 -0500 Subject: [PATCH] Enable Orchestration in DevStack Heat is configured by default on DevStack for Icehouse and Juno releases. Newer versions of OpenStack require enabling Heat services in DevStack local.conf. Change-Id: I236178edab04999852d41590aeb2210a23c1a66f --- doc/source/contributors/local.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/contributors/local.conf b/doc/source/contributors/local.conf index 6a56eb20..d4711621 100644 --- a/doc/source/contributors/local.conf +++ b/doc/source/contributors/local.conf @@ -49,6 +49,12 @@ enable_service ceilometer-api enable_plugin zaqar https://github.com/openstack/zaqar enable_service zaqar-server +# Enable Heat +enable_service h-eng +enable_service h-api +enable_service h-api-cfn +enable_service h-api-cw + # Automatically download and register a VM image that Heat can launch # For more information on Heat and DevStack see # http://docs.openstack.org/developer/heat/getting_started/on_devstack.html