Skip to content

Commit e7d2623

Browse files
committed
Clean up neutron cleanup code
neutron-ns-metadata-proxy was dropped from Neutron 5 years ago, no need to keep trying to kill it. Change-Id: I20b6d68dd8dde36057a2418bca0841bdea377b07
1 parent 90e5479 commit e7d2623

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

lib/neutron

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,6 @@ function stop_neutron_new {
567567
fi
568568

569569
if is_service_enabled neutron-metadata-agent; then
570-
sudo pkill -9 -f neutron-ns-metadata-proxy || :
571570
stop_process neutron-metadata-agent
572571
fi
573572
}

lib/neutron-legacy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,6 @@ function stop_mutnauq_other {
628628
fi
629629

630630
if is_service_enabled q-meta; then
631-
sudo pkill -9 -f neutron-ns-metadata-proxy || :
632631
stop_process q-meta
633632
fi
634633

0 commit comments

Comments
 (0)