Merge "Shut down ironic services in the modern way"

This commit is contained in:
Jenkins 2015-03-13 01:32:23 +00:00 committed by Gerrit Code Review
commit 69b1551452

View File

@ -482,9 +482,8 @@ function start_ironic_conductor {
# stop_ironic() - Stop running processes # stop_ironic() - Stop running processes
function stop_ironic { function stop_ironic {
# Kill the Ironic screen windows stop_process ir-api
screen -S $SCREEN_NAME -p ir-api -X kill stop_process ir-cond
screen -S $SCREEN_NAME -p ir-cond -X kill
# Cleanup the WSGI files # Cleanup the WSGI files
if [[ "$IRONIC_IPXE_ENABLED" == "True" ]] ; then if [[ "$IRONIC_IPXE_ENABLED" == "True" ]] ; then