We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b6ed2 commit affb33aCopy full SHA for affb33a
1 file changed
stack.sh
@@ -1575,6 +1575,8 @@ if is_service_enabled q-svc; then
1575
fi
1576
sudo cp $QUANTUM_DIR/etc/quantum.conf $QUANTUM_CONF_DIR/quantum.conf
1577
screen_it q-svc "cd $QUANTUM_DIR && PYTHONPATH=.:$QUANTUM_CLIENT_DIR:$PYTHONPATH python $QUANTUM_DIR/bin/quantum-server $QUANTUM_CONF_DIR/quantum.conf"
1578
+elif [[ "$Q_PLUGIN" = "openvswitch" ]]; then
1579
+ apt_get install openvswitch-switch openvswitch-datapath-dkms
1580
1581
1582
# Quantum agent (for compute nodes)
0 commit comments