| commit | 31f70b4016b9f65325d1f7d2d7fc594b4dc98c12 | [log] [tgz] |
|---|---|---|
| author | Zhongyue Luo <zhongyue.nah@intel.com> | Fri Dec 12 15:41:17 2014 +0800 |
| committer | Zhongyue Luo <zhongyue.nah@intel.com> | Fri Dec 12 15:44:38 2014 +0800 |
| tree | 710eeb9e6624ab249e6e895b104f1ff51be60180 | |
| parent | f344758fb45290a64b735c849f9933ae14cb4244 [diff] |
Delete is_ironic function This function is not used in DevStack anymore. Change-Id: I4a4430e451094d638704a2da1eb2de7f22f25b84
diff --git a/lib/ironic b/lib/ironic index fe7b1df..571202d 100644 --- a/lib/ironic +++ b/lib/ironic
@@ -444,13 +444,6 @@ fi } -function is_ironic { - if ( is_service_enabled ir-cond && is_service_enabled ir-api ); then - return 0 - fi - return 1 -} - function create_ovs_taps { local ironic_net_id=$(neutron net-list | grep private | get_field 1)