Merge "Use empty string for overcloud InternalTLSCAFile param" into stable/train

This commit is contained in:
Zuul 2020-06-16 22:34:31 +00:00 committed by Gerrit Code Review
commit 3c758df274
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ parameter_defaults:
# Specifies the default CA cert to use if TLS is used for services in the internal network. # Specifies the default CA cert to use if TLS is used for services in the internal network.
# Type: string # Type: string
InternalTLSCAFile: /etc/pki/ca-trust/source/anchors/overcloud-cacert.pem InternalTLSCAFile: ''
# The content of the SSL certificate (without Key) in PEM format. # The content of the SSL certificate (without Key) in PEM format.
# Type: string # Type: string

View File

@ -27,7 +27,7 @@ environments:
| |
The contents of the private key go here The contents of the private key go here
HorizonSecureCookies: True HorizonSecureCookies: True
InternalTLSCAFile: /etc/pki/ca-trust/source/anchors/overcloud-cacert.pem InternalTLSCAFile: ''
- -
name: ssl/enable-internal-tls name: ssl/enable-internal-tls
title: Enable SSL on OpenStack Internal Endpoints title: Enable SSL on OpenStack Internal Endpoints