Correct ssl_minimum_version
This setting needs to be in the console ini section: https://docs.openstack.org/nova/latest/configuration/sample-config.html Change-Id: I8c4f71bf72994f55001fc0e83d23a43dd1264a44
This commit is contained in:
parent
bc64fa296a
commit
dac65cc6f6
@ -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.27
|
version: 0.2.28
|
||||||
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:
|
||||||
|
@ -126,7 +126,7 @@ conf:
|
|||||||
WSGIPassAuthorization On
|
WSGIPassAuthorization On
|
||||||
</Location>
|
</Location>
|
||||||
nova:
|
nova:
|
||||||
DEFAULT:
|
console:
|
||||||
ssl_minimum_version: tlsv1_2
|
ssl_minimum_version: tlsv1_2
|
||||||
glance:
|
glance:
|
||||||
cafile: /etc/nova/certs/ca.crt
|
cafile: /etc/nova/certs/ca.crt
|
||||||
|
@ -48,4 +48,5 @@ nova:
|
|||||||
- 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
|
- 0.2.27 Add tls1.2 minimum version to tls overrides
|
||||||
|
- 0.2.28 Move ssl_minimum_version to console section
|
||||||
...
|
...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user