From a42541a9fb00e21b278a06d4034528976cbf8336 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 13 Feb 2014 09:39:15 -0500 Subject: [PATCH] add heat to the default devstack service list heat has been integrated for a while, we should turn it on out of the box. Also refactor the service list to make it simpler to understand what's enabled. Change-Id: I9738f39ce196d5c7f75b0a5b164222ea165fb340 --- stackrc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/stackrc b/stackrc index 9166a171e1..165196c545 100644 --- a/stackrc +++ b/stackrc @@ -35,7 +35,18 @@ fi # enable_service neutron # # Optional, to enable tempest configuration as part of devstack # enable_service tempest -ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,c-sch,c-api,c-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,rabbit,tempest,mysql + +# core compute (glance / keystone / nova (+ nova-network)) +ENABLED_SERVICES=g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-cond,n-sch,n-novnc,n-xvnc,n-cauth +# cinder +ENABLED_SERVICES+=,c-sch,c-api,c-vol +# heat +ENABLED_SERVICES+=,h-eng,h-api,h-api-cfn,h-api-cw +# dashboard +ENABLED_SERVICES+=,horizon +# additional services +ENABLED_SERVICES+=,rabbit,tempest,mysql + # Tell Tempest which services are available. The default is set here as # Tempest falls late in the configuration sequence. This differs from