Merge "Include virt-admin in the nova_libvirt container" into stable/train

This commit is contained in:
Zuul 2020-11-09 23:12:28 +00:00 committed by Gerrit Code Review
commit 7974924aaa
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

@ -331,7 +331,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'] %}