commit | 80ea24cbbb98fd6bdc5dff2fa4bbfc074a1b38b5 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Fri Feb 19 11:20:55 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Fri Feb 19 11:20:55 2016 +0000 |
tree | 6b49e2a02b72412e11207a8081ea4ea599c36088 | |
parent | 134e1d36c6368f77a16473d6bf0461dcac09dd51 [diff] | |
parent | 1ff75ff87fc2a46d1f88918d94be48e5d59e3aab [diff] |
Merge "Always strip package comments"
diff --git a/lib/neutron-legacy b/lib/neutron-legacy index e7e57a0..539b9ff 100644 --- a/lib/neutron-legacy +++ b/lib/neutron-legacy
@@ -772,7 +772,11 @@ fi stop_process q-svc - stop_process q-l3 + + if is_service_enabled q-l3; then + sudo pkill -f "radvd -C $DATA_DIR/neutron/ra" + stop_process q-l3 + fi if is_service_enabled q-meta; then sudo pkill -9 -f neutron-ns-metadata-proxy || :