kolla-ansible/releasenotes/notes/add-tls-etcd-cd2bd09cd69053be.yaml
James Kirsch e2b9b2068e Add support for encrypting etcd service
This patch introduces an optional backend encryption for etcd service.

Change-Id: Ia259f7844b868dbc418ace595c87eb1b278d3d38
2020-06-30 08:24:00 -07:00

7 lines
233 B
YAML

---
features:
- |
Add "etcd_enable_tls" configuration parameter which can be used to enable
TLS encryption for the etcd service. The default value of
"etcd_enable_tls" is set by the value of "kolla_enable_tls_backend".