emergency fix to not install openvswitch if user is not using quantum

main
Anthony Young 13 years ago
parent 51255798b5
commit bdc254eb38

@ -1,2 +0,0 @@
openvswitch-switch
openvswitch-datapath-dkms

@ -787,6 +787,10 @@ fi
# Quantum
if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
# Install deps
# FIXME add to file/apts/quantum, but don't install if not needed!
apt_get install -y openvswitch-switch openvswitch-datapath-dkms
# Create database for the plugin/agent
if [[ "$Q_PLUGIN" = "openvswitch" ]]; then
if [[ "$ENABLED_SERVICES" =~ "mysql" ]]; then

Loading…
Cancel
Save