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

This commit is contained in:
Jenkins 2015-03-26 23:53:39 +00:00 committed by Gerrit Code Review
commit 932340bd7a

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