Merge "TrivialFix: Delete virtual bridge artifacts when cleaning hosts"

This commit is contained in:
Jenkins 2016-09-11 04:11:12 +00:00 committed by Gerrit Code Review
commit 22363e63b8

View File

@ -16,6 +16,11 @@ else
egrep -v '(^\s*$)' | sort | uniq)
fi
echo "Removing ovs bridge..."
(docker exec -u root neutron_openvswitch_agent neutron-ovs-cleanup \
--config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini \
--ovs_all_ports) > /dev/null
echo "Stopping containers..."
(docker stop -t 2 ${containers_to_kill} 2>&1) > /dev/null