From 4982ef9075a0458caceb4a033b61614e74a45630 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Tue, 15 Nov 2011 15:33:20 -0800 Subject: [PATCH] enable openstackx by default so dash works --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index a468980..1583fd0 100755 --- a/stack.sh +++ b/stack.sh @@ -159,7 +159,7 @@ QUANTUM_DIR=$DEST/quantum Q_PLUGIN=${Q_PLUGIN:-openvswitch} # Specify which services to launch. These generally correspond to screen tabs -ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit} +ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit,openstackx} # Name of the lvm volume group to use/create for iscsi volumes VOLUME_GROUP=${VOLUME_GROUP:-nova-volumes}