Merge "Install trousers to get user tss for nova_libvirt"

This commit is contained in:
Zuul 2019-03-25 11:19:29 +00:00 committed by Gerrit Code Review
commit 62861ad9b6
2 changed files with 9 additions and 1 deletions

View File

@ -19,6 +19,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'libvirt-daemon-driver-lxc',
'libvirt-daemon-driver-nwfilter',
'openvswitch',
'trousers'
] %}
{% if base_distro in ['centos', 'oraclelinux'] %}
{% set nova_libvirt_packages = nova_libvirt_packages + [
@ -41,7 +42,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'pm-utils',
'qemu-block-extra',
'qemu-kvm',
'qemu-system'
'qemu-system',
'trousers'
] %}
{% if base_arch == "aarch64" %}

View File

@ -0,0 +1,6 @@
---
fixes:
- |
The user tss is wanted by libvirt and comes with the trousers package.
Prior RHEL8 it comes via the gnutls -> trousers dependencies, but there is
no such a dependency in RHEL8, so make sure we have trousers installed.