Skip to content

Commit f496706

Browse files
author
Dan Wendlandt
committed
Remove reference to QUANTUM_OVS_CONF_FILE before it is created.
This was introduced by commit 962c25e, but it completely breaks a clean install of devstack with OVS. Note: the author was probably attempting to get devstack working in a multi-node environment. There is another branch under submission for that already. Change-Id: Ie2cbcbd58e0d0babf9b0af0db9aa879703a2aeb9
1 parent b03f2e5 commit f496706

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stack.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ if is_service_enabled q-svc; then
10531053
if is_service_enabled mysql; then
10541054
mysql -u$MYSQL_USER -p$MYSQL_PASSWORD -e 'DROP DATABASE IF EXISTS ovs_quantum;'
10551055
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
10571056
else
10581057
echo "mysql must be enabled in order to use the $Q_PLUGIN Quantum plugin."
10591058
exit 1

0 commit comments

Comments
 (0)