Merge pull request #199 from cloudbuilders/enable_openstackx
enable openstackx by default so dash works
This commit is contained in:
commit
40d6ac4e97
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
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}
|
||||
|
|
Loading…
Reference in a new issue