From ae7f264970d0139831e899810995523e72a89dda Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 3 Nov 2011 00:03:53 -0500 Subject: [PATCH] remove -y since this is using apt_get --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 19d7e84..446661a 100755 --- a/stack.sh +++ b/stack.sh @@ -789,7 +789,7 @@ fi 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 + apt_get install openvswitch-switch openvswitch-datapath-dkms # Create database for the plugin/agent if [[ "$Q_PLUGIN" = "openvswitch" ]]; then