Skip to content

Commit 134e1d3

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "Kill radvd when stopping neutron-l3 service"
2 parents ef0129c + a15d9de commit 134e1d3

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/neutron-legacy

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,11 @@ function stop_neutron_other {
772772
fi
773773

774774
stop_process q-svc
775-
stop_process q-l3
775+
776+
if is_service_enabled q-l3; then
777+
sudo pkill -f "radvd -C $DATA_DIR/neutron/ra"
778+
stop_process q-l3
779+
fi
776780

777781
if is_service_enabled q-meta; then
778782
sudo pkill -9 -f neutron-ns-metadata-proxy || :

0 commit comments

Comments
 (0)