tripleo-heat-templates/releasenotes/notes/Add-EnablePublicTLS-parameter-b3fcd01af6f3c101.yaml
Juan Antonio Osorio Robles 1260da2746 Add EnablePublicTLS flag
This flag is on by default, and serves to enable (or disable) the
public TLS by default feature.

It differs from the PublicSSLCertificateAutogenerated flag in the fact
that it works with mistral, while PublicSSLCertificateAutogenerated
works with certmonger in the overcloud.

Change-Id: If553ecff26d5ecd529c37ca438e0ba1795e9ecca
2018-05-08 10:45:09 +00:00

10 lines
439 B
YAML

---
features:
- |
This adds a flag called EnablePublicTLS, which defaults to 'true'. It
reflects that Public TLS is enabled by default, and it's read by
the deployment workflow to let the public certificate generation happen.
It can also be used to disable this feature, if it's set to 'false' as
it's done in the no-tls-endpoints-public-ip.yaml environment
file, which allows deployers to turn this feature off.