Merge "Add ssl_minimum_version tls1.2 to tls overrides"

This commit is contained in:
Zuul 2022-01-25 18:06:38 +00:00 committed by Gerrit Code Review
commit bc64fa296a
4 changed files with 5 additions and 1 deletions

View File

@ -14,7 +14,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Nova
name: nova
version: 0.2.26
version: 0.2.27
home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources:

View File

@ -126,6 +126,8 @@ conf:
WSGIPassAuthorization On
</Location>
nova:
DEFAULT:
ssl_minimum_version: tlsv1_2
glance:
cafile: /etc/nova/certs/ca.crt
ironic:

View File

@ -47,4 +47,5 @@ nova:
- 0.2.24 Fix nova-bootstrap job labels
- 0.2.25 Add check for compute nodes
- 0.2.26 Fix _ssh-init.sh.tpl to copy the ssh keys to the user on the security context
- 0.2.27 Add tls1.2 minimum version to tls overrides
...

View File

@ -33,6 +33,7 @@
- openstack-helm-compute-kit-wallaby-ubuntu_focal
- openstack-helm-horizon-train-ubuntu_bionic
- openstack-helm-keystone-ldap
- openstack-helm-tls
gate:
jobs:
- openstack-helm-lint