Merge "lib/ironic: Do not check for database or message queue"
diff --git a/lib/ironic b/lib/ironic
index b99e325..a7738bc 100644
--- a/lib/ironic
+++ b/lib/ironic
@@ -181,7 +181,7 @@
 # install_ironic() - Collect source and prepare
 function install_ironic {
     # make sure all needed service were enabled
-    local req_services="mysql rabbit key"
+    local req_services="key"
     if [[ "$VIRT_DRIVER" == "ironic" ]]; then
         req_services+=" nova glance neutron"
     fi