Merge "Fix hook script for Ironic"

This commit is contained in:
Jenkins 2014-02-17 10:41:00 +00:00 committed by Gerrit Code Review
commit 83f7736dcf

View File

@ -28,6 +28,9 @@ if is_service_enabled ir-api ir-cond; then
if [[ "$1" == "unstack" ]]; then
stop_ironic
fi
if [[ "$1" == "clean" ]]; then
cleanup_ironic
fi
fi