| commit | a6eaed187fd22fc7f5c6b39c5abb1ad8c4df950a | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Mon Jan 04 13:11:48 2016 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Mon Jan 04 13:11:48 2016 +0000 |
| tree | 936f718d17968b4fdb42c7c515ebcb5b9a24bdc3 | |
| parent | 8c5bae06f380df97b62c9555d33156ffb4b3f8af [diff] | |
| parent | 50120fa047726c8ff9b76ef8bd9294bab0c7bb5d [diff] |
Merge "Kill neutron-rootwrap-daemon when stop neutron service"
diff --git a/lib/neutron-legacy b/lib/neutron-legacy index ad10dbe..cc5b75e 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy
@@ -783,6 +783,10 @@ if is_service_enabled q-metering; then neutron_metering_stop fi + + if [[ "$Q_USE_ROOTWRAP_DAEMON" == "True" ]]; then + sudo pkill -9 -f $NEUTRON_ROOTWRAP-daemon || : + fi } # stop_neutron() - Stop running processes (non-screen)