Skip to content

Commit 231ce63

Browse files
committed
Enable nova-volume by default
Change-Id: I624eaab54619ef0ea6aec980df4a26e019b9674a
1 parent 571a00b commit 231ce63

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
@@ -183,7 +183,7 @@ M_HOST=${M_HOST:-localhost}
183183
M_MAC_RANGE=${M_MAC_RANGE:-404040/24}
184184

185185
# Specify which services to launch. These generally correspond to screen tabs
186-
ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit}
186+
ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-crt,n-obj,n-cpu,n-net,n-vol,n-sch,n-novnc,n-xvnc,n-cauth,horizon,mysql,rabbit}
187187

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

0 commit comments

Comments
 (0)