mirror of
https://opendev.org/openstack/barbican.git
synced 2026-01-12 06:53:29 +00:00
Merge "devstack: Drop unnecessary killall"
This commit is contained in:
commit
2b3720554d
1 changed files with 0 additions and 5 deletions
|
|
@ -235,11 +235,6 @@ function start_barbican {
|
|||
|
||||
# stop_barbican - Stop running processes
|
||||
function stop_barbican {
|
||||
# This will eventually be refactored to work like
|
||||
# Solum and Manila (script to kick off a wsgiref server)
|
||||
# For now, this will stop uWSGI rather than have it hang
|
||||
killall -9 uwsgi
|
||||
|
||||
# This cleans up the PID file, but uses pkill so Barbican
|
||||
# uWSGI emperor process doesn't actually stop
|
||||
stop_process barbican-svc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue