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

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

Change-Id: I7960718defa3f521d1c2128d8523e8ee9328da64
This commit is contained in:
Adam Gandelman 2015-03-26 13:03:49 -07:00
parent 3cfc03156c
commit fab7880bcd

View File

@ -181,7 +181,7 @@ function is_deployed_with_ipa_ramdisk {
# 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