remove -y since this is using apt_get

This commit is contained in:
Anthony Young 2011-11-03 00:03:53 -05:00
parent bdc254eb38
commit ae7f264970

View file

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