Skip to content
Snippets Groups Projects
Commit 22363e63 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

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

parents cafc99c7 cf2ff03d
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,11 @@ else ...@@ -16,6 +16,11 @@ else
egrep -v '(^\s*$)' | sort | uniq) egrep -v '(^\s*$)' | sort | uniq)
fi 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..." echo "Stopping containers..."
(docker stop -t 2 ${containers_to_kill} 2>&1) > /dev/null (docker stop -t 2 ${containers_to_kill} 2>&1) > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment