Merge "Include virt-admin in the nova_libvirt container"

This commit is contained in:
Zuul
2020-08-28 17:35:36 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ tcib_packages:
- libcgroup-tools
- libguestfs
- libseccomp
- libvirt-admin
- libvirt-client
- libvirt-daemon
- libvirt-daemon-config-nwfilter

View File

@@ -327,7 +327,8 @@ gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
'libseccomp',
'openssl-perl',
'openstack-nova-migration',
'podman'
'podman',
'libvirt-admin'
] %}
{% if distro_python_version.startswith('2') %}
{% set nova_libvirt_packages_append = nova_libvirt_packages_append + ['docker'] %}