Readd some distro packages
Return required CentOS packages to build corret venv and to have virsh CLI tool installed. Change-Id: I9656f9cf65f371a9640c387b5e5d815bf2062a5f
This commit is contained in:
parent
53d28b5c8c
commit
253a2ff610
@ -27,6 +27,7 @@ nova_distro_packages:
|
||||
|
||||
nova_devel_distro_packages:
|
||||
- libxml2-devel
|
||||
- systemd-devel
|
||||
|
||||
nova_service_distro_packages:
|
||||
- openstack-nova-api
|
||||
@ -60,6 +61,7 @@ nova_compute_barbican_distro_packages:
|
||||
nova_compute_kvm_distro_packages:
|
||||
- libvirt-daemon-kvm
|
||||
- "qemu-kvm{% if ansible_distribution_major_version|int <= 7 %}-ev{% endif %}"
|
||||
- libvirt-client
|
||||
- libvirt-python
|
||||
- nfs-utils
|
||||
- python-libguestfs
|
||||
|
Loading…
Reference in New Issue
Block a user