Merge pull request #199 from cloudbuilders/enable_openstackx

enable openstackx by default so dash works
main
Jesse Andrews 13 years ago
commit 40d6ac4e97

@ -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}

Loading…
Cancel
Save