Browse code

Merge pull request #199 from cloudbuilders/enable_openstackx

enable openstackx by default so dash works

Jesse Andrews authored on 2011/11/16 09:20:18
Showing 1 changed files
... ...
@@ -159,7 +159,7 @@ QUANTUM_DIR=$DEST/quantum
159 159
 Q_PLUGIN=${Q_PLUGIN:-openvswitch}
160 160
 
161 161
 # Specify which services to launch.  These generally correspond to screen tabs
162
-ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit}
162
+ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit,openstackx}
163 163
 
164 164
 # Name of the lvm volume group to use/create for iscsi volumes
165 165
 VOLUME_GROUP=${VOLUME_GROUP:-nova-volumes}