We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b7e97 commit 7bc2af7Copy full SHA for 7bc2af7
1 file changed
lib/neutron-legacy
@@ -824,6 +824,10 @@ function cleanup_neutron {
824
neutron_ovs_base_cleanup
825
fi
826
827
+ if [[ $Q_AGENT == "linuxbridge" ]]; then
828
+ neutron_lb_cleanup
829
+ fi
830
+
831
# delete all namespaces created by neutron
832
for ns in $(sudo ip netns list | grep -o -E '(qdhcp|qrouter|qlbaas|fip|snat)-[0-9a-f-]*'); do
833
sudo ip netns delete ${ns}
0 commit comments