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:
parent
d27d22c701
commit
ab3982eb27
@ -18,7 +18,7 @@ ipxe
|
||||
gnupg
|
||||
libguestfs0
|
||||
libguestfs-tools
|
||||
libvirt-bin
|
||||
libvirt-bin # dist:xenial NOPRIME
|
||||
open-iscsi
|
||||
openssh-client
|
||||
pxelinux # dist:jessie,xenial
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user