Ensure we install latest libivrt

Recently infra team added UCA repositories and start installing libvirt
from it Ia4434541c71f050fe1ffb54f4c4c1e302391d00b
This patch ensures that libvirt-bin is installed later during stack.sh
phase when new repos are added.

Change-Id: Iab7bb24d0aa89cdbef40b2e60331976325a31cab
This commit is contained in:
Vasyl Saienko 2017-04-21 10:27:56 +03:00
parent d27d22c701
commit ab3982eb27
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