Add libvirt package dependency to install step

We try to edit /etc/libvirt/libvirtd.conf in place, but this will
fail if the correct packages are missing. Add the right packages to
this step.

Change-Id: I850eb885ed7a70066ca8924667d705cf1496ba9d
This commit is contained in:
stephane 2015-07-06 18:18:17 -07:00
parent 16c19775ad
commit 9a122a306c
2 changed files with 2 additions and 0 deletions

View File

@ -36,3 +36,4 @@ required_packages:
- python-openwsman
- amtterm
- sgabios
- libvirt-bin

View File

@ -36,3 +36,4 @@ required_packages:
- openwsman-python
- sgabios-bin
# NOTE(cinerama): amtterm is not currently packaged for RHEL/CentOS 7.
- libvirt-daemon