Merge "Kill radvd when stopping neutron-l3 service"

This commit is contained in:
Jenkins 2016-02-19 10:26:50 +00:00 committed by Gerrit Code Review
commit 134e1d36c6

View File

@ -772,7 +772,11 @@ function stop_neutron_other {
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 || :