Browse code

remove -y since this is using apt_get

Anthony Young authored on 2011/11/03 14:03:53
Showing 1 changed files
... ...
@@ -789,7 +789,7 @@ fi
789 789
 if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
790 790
     # Install deps
791 791
     # FIXME add to file/apts/quantum, but don't install if not needed!
792
-    apt_get install -y openvswitch-switch openvswitch-datapath-dkms
792
+    apt_get install openvswitch-switch openvswitch-datapath-dkms
793 793
 
794 794
     # Create database for the plugin/agent
795 795
     if [[ "$Q_PLUGIN" = "openvswitch" ]]; then