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:
parent
16c19775ad
commit
9a122a306c
@ -36,3 +36,4 @@ required_packages:
|
||||
- python-openwsman
|
||||
- amtterm
|
||||
- sgabios
|
||||
- libvirt-bin
|
||||
|
@ -36,3 +36,4 @@ required_packages:
|
||||
- openwsman-python
|
||||
- sgabios-bin
|
||||
# NOTE(cinerama): amtterm is not currently packaged for RHEL/CentOS 7.
|
||||
- libvirt-daemon
|
||||
|
Loading…
Reference in New Issue
Block a user