Don't enable it by default.
This commit is contained in:
parent
45c5113701
commit
5c50f0dcde
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -154,7 +154,7 @@ SWIFT_DIR=$DEST/swift
|
|||
SWIFT_KEYSTONE_DIR=$DEST/swift-keystone2
|
||||
|
||||
# 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,swift}
|
||||
ENABLED_SERVICES=${ENABLED_SERVICES:-g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,mysql,rabbit}
|
||||
|
||||
# Nova hypervisor configuration. We default to libvirt whth **kvm** but will
|
||||
# drop back to **qemu** if we are unable to load the kvm module. Stack.sh can
|
||||
|
|
Loading…
Reference in a new issue