Browse code

Delete is_ironic function

This function is not used in DevStack anymore.

Change-Id: I4a4430e451094d638704a2da1eb2de7f22f25b84

Zhongyue Luo authored on 2014/12/12 16:41:17
Showing 1 changed files
... ...
@@ -444,13 +444,6 @@ function stop_ironic {
444 444
     fi
445 445
 }
446 446
 
447
-function is_ironic {
448
-    if ( is_service_enabled ir-cond && is_service_enabled ir-api ); then
449
-        return 0
450
-    fi
451
-    return 1
452
-}
453
-
454 447
 function create_ovs_taps {
455 448
     local ironic_net_id=$(neutron net-list | grep private | get_field 1)
456 449