Merge "bug 920364: clean-up ovs_quantum DB between runs."

This commit is contained in:
Jenkins 2012-01-24 19:01:53 +00:00 committed by Gerrit Code Review
commit 3e391c31de

View File

@ -1365,6 +1365,7 @@ if [[ "$ENABLED_SERVICES" =~ "q-svc" ]]; then
apt_get install openvswitch-switch openvswitch-datapath-dkms
# Create database for the plugin/agent
if [[ "$ENABLED_SERVICES" =~ "mysql" ]]; then
mysql -u$MYSQL_USER -p$MYSQL_PASSWORD -e 'DROP DATABASE IF EXISTS ovs_quantum;'
mysql -u$MYSQL_USER -p$MYSQL_PASSWORD -e 'CREATE DATABASE IF NOT EXISTS ovs_quantum;'
else
echo "mysql must be enabled in order to use the $Q_PLUGIN Quantum plugin."