Browse code

lib/ironic: Do not check for database or message queue

Only check for OpenStack services, not specific database or
messaging backends.

Change-Id: I7960718defa3f521d1c2128d8523e8ee9328da64

Adam Gandelman authored on 2015/03/27 05:03:49
Showing 1 changed files
... ...
@@ -181,7 +181,7 @@ function is_deployed_with_ipa_ramdisk {
181 181
 # install_ironic() - Collect source and prepare
182 182
 function install_ironic {
183 183
     # make sure all needed service were enabled
184
-    local req_services="mysql rabbit key"
184
+    local req_services="key"
185 185
     if [[ "$VIRT_DRIVER" == "ironic" ]]; then
186 186
         req_services+=" nova glance neutron"
187 187
     fi