Skip to content

Commit a6eaed1

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Kill neutron-rootwrap-daemon when stop neutron service"
2 parents 8c5bae0 + 50120fa commit a6eaed1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/neutron-legacy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ function stop_neutron_other {
783783
if is_service_enabled q-metering; then
784784
neutron_metering_stop
785785
fi
786+
787+
if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then
788+
sudo pkill -9 -f $NEUTRON_ROOTWRAP-daemon || :
789+
fi
786790
}
787791

788792
# stop_neutron() - Stop running processes (non-screen)

0 commit comments

Comments
 (0)