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 appVersion: v1.0.0
description: OpenStack-Helm Nova description: OpenStack-Helm Nova
name: nova name: nova
version: 0.2.26 version: 0.2.27
home: https://docs.openstack.org/nova/latest/ home: https://docs.openstack.org/nova/latest/
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png icon: https://www.openstack.org/themes/openstack/images/project-mascots/Nova/OpenStack_Project_Nova_vertical.png
sources: sources:

View File

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

View File

@ -47,4 +47,5 @@ nova:
- 0.2.24 Fix nova-bootstrap job labels - 0.2.24 Fix nova-bootstrap job labels
- 0.2.25 Add check for compute nodes - 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.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-compute-kit-wallaby-ubuntu_focal
- openstack-helm-horizon-train-ubuntu_bionic - openstack-helm-horizon-train-ubuntu_bionic
- openstack-helm-keystone-ldap - openstack-helm-keystone-ldap
- openstack-helm-tls
gate: gate:
jobs: jobs:
- openstack-helm-lint - openstack-helm-lint