Add openssl-perl to overcloud image to provide /etc/pki/CA in TLS setup

This directory is no longer available in CentOS 8 with base openssl package.
Libvirt still has the default to /etc/pki/CA for some TLS settings. Lets add
openssl-perl to get /etc/pki/CA and keep defaults where possible.

Change-Id: I8b50a4c79fca19106d752ad50956164a590e8f38
Related-Bug: #1821139
This commit is contained in:
Martin Schuppert 2019-03-22 09:38:29 +01:00
parent 7903181e3f
commit 47f2a759e4
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ net_snmp
numactl
iptables_services
tmpwatch
openssl-perl