Merge "Clean up neutron cleanup code"

This commit is contained in:
Zuul 2022-08-23 20:05:48 +00:00 committed by Gerrit Code Review
commit 8fa03a37ad
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