Browse code

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

Sean Dague authored on 2014/02/13 23:39:15
Showing 1 changed files
... ...
@@ -35,7 +35,18 @@ fi
35 35
 #  enable_service neutron
36 36
 #  # Optional, to enable tempest configuration as part of devstack
37 37
 #  enable_service tempest
38
-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
38
+
39
+# core compute (glance / keystone / nova (+ nova-network))
40
+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
41
+# cinder
42
+ENABLED_SERVICES+=,c-sch,c-api,c-vol
43
+# heat
44
+ENABLED_SERVICES+=,h-eng,h-api,h-api-cfn,h-api-cw
45
+# dashboard
46
+ENABLED_SERVICES+=,horizon
47
+# additional services
48
+ENABLED_SERVICES+=,rabbit,tempest,mysql
49
+
39 50
 
40 51
 # Tell Tempest which services are available.  The default is set here as
41 52
 # Tempest falls late in the configuration sequence.  This differs from