Merge "Ensure we install latest libivrt"

This commit is contained in:
Jenkins 2017-04-21 15:12:22 +00:00 committed by Gerrit Code Review
commit 5475f9022a
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ipxe
gnupg
libguestfs0
libguestfs-tools
libvirt-bin
libvirt-bin # dist:xenial NOPRIME
open-iscsi
openssh-client
pxelinux # dist:jessie,xenial

View File

@ -19,6 +19,10 @@ if is_service_enabled ir-api ir-cond; then
# their dependencies have been installed
echo_summary "Installing Ironic"
if ! is_service_enabled nova; then
source $RC_DIR/lib/nova_plugins/functions-libvirt
install_libvirt
fi
install_ironic
install_ironicclient
cleanup_ironic_config_files