We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 630c264 + f496706 commit 231d563Copy full SHA for 231d563
stack.sh
@@ -1053,7 +1053,6 @@ if is_service_enabled q-svc; then
1053
if is_service_enabled mysql; then
1054
mysql -u$MYSQL_USER -p$MYSQL_PASSWORD -e 'DROP DATABASE IF EXISTS ovs_quantum;'
1055
mysql -u$MYSQL_USER -p$MYSQL_PASSWORD -e 'CREATE DATABASE IF NOT EXISTS ovs_quantum CHARACTER SET utf8;'
1056
- sudo sed -i -e "s/^sql_connection =.*$/sql_connection = mysql:\/\/$MYSQL_USER:$MYSQL_PASSWORD@$MYSQL_HOST\/ovs_quantum?charset=utf8/g" $QUANTUM_OVS_CONFIG_FILE
1057
else
1058
echo "mysql must be enabled in order to use the $Q_PLUGIN Quantum plugin."
1059
exit 1
0 commit comments