Skip to content

Commit 40d6ac4

Browse files
committed
Merge pull request #199 from cloudbuilders/enable_openstackx
enable openstackx by default so dash works
2 parents 9f3ebce + 4982ef9 commit 40d6ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ QUANTUM_DIR=$DEST/quantum
159159
Q_PLUGIN=${Q_PLUGIN:-openvswitch}
160160

161161
# 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}
163163

164164
# Name of the lvm volume group to use/create for iscsi volumes
165165
VOLUME_GROUP=${VOLUME_GROUP:-nova-volumes}

0 commit comments

Comments
 (0)