From b1fdb2daf7146a85470f1bb9d52df19086848751 Mon Sep 17 00:00:00 2001 From: Marc Gariepy Date: Thu, 14 Sep 2017 13:33:39 -0400 Subject: [PATCH] Add libvirt-client on nova-compute libvirt-client is needed to have virsh client installed on Centos. Change-Id: I17b7ddb4ceaf41b1b87742a9010c91b4ffb679ff --- vars/redhat-7.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/vars/redhat-7.yml b/vars/redhat-7.yml index 1d352174..50b09175 100644 --- a/vars/redhat-7.yml +++ b/vars/redhat-7.yml @@ -50,6 +50,7 @@ nova_compute_kvm_distro_packages: - libvirt-daemon-config-nwfilter - libvirt-daemon-kvm - libvirt-daemon-driver-qemu + - libvirt-client - qemu-kvm-ev - libvirt-devel - libvirt-python