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

Merge "Removing ovs bridge before destroying container"

parents a2b5b922 479d5671
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ 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
(docker exec -it openvswitch_vswitchd bash -c 'for br in `ovs-vsctl list-br`;do ovs-vsctl --if-exists del-br $br;done') > /dev/null
fi
echo "Stopping containers..."
......
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