We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc254e commit ae7f264Copy full SHA for ae7f264
1 file changed
stack.sh
@@ -789,7 +789,7 @@ fi
789
if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
790
# Install deps
791
# FIXME add to file/apts/quantum, but don't install if not needed!
792
- apt_get install -y openvswitch-switch openvswitch-datapath-dkms
+ apt_get install openvswitch-switch openvswitch-datapath-dkms
793
794
# Create database for the plugin/agent
795
if [[ "$Q_PLUGIN" = "openvswitch" ]]; then
0 commit comments