Browse code

Merge "Fix hook script for Ironic"

Jenkins authored on 2014/02/17 19:41:00
Showing 1 changed files
... ...
@@ -28,6 +28,9 @@ if is_service_enabled ir-api ir-cond; then
28 28
 
29 29
     if [[ "$1" == "unstack" ]]; then
30 30
         stop_ironic
31
+    fi
32
+
33
+    if [[ "$1" == "clean" ]]; then
31 34
         cleanup_ironic
32 35
     fi
33 36
 fi