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
This commit is contained in:
Dr. Jens Harbott 2022-08-21 12:54:57 +02:00
parent 90e5479f38
commit e7d2623dca
2 changed files with 0 additions and 2 deletions

View File

@ -567,7 +567,6 @@ function stop_neutron_new {
fi
if is_service_enabled neutron-metadata-agent; then
sudo pkill -9 -f neutron-ns-metadata-proxy || :
stop_process neutron-metadata-agent
fi
}

View File

@ -628,7 +628,6 @@ function stop_mutnauq_other {
fi
if is_service_enabled q-meta; then
sudo pkill -9 -f neutron-ns-metadata-proxy || :
stop_process q-meta
fi