openstack-ansible-os_neutron/releasenotes/notes/ovn-ssl-e9cb73e0713cf8bc.yaml
Marc Gariepy 556c5c6733 add ovn ssl config
Create ssl-certs for ovn deployment
ssl encryption is now enabled between neutron and ovn componants.

Change-Id: If8ca3f2035ada97cff248ad49771eefab95c6c23
2022-11-30 16:03:14 +00:00

12 lines
398 B
YAML

---
features:
- |
OVN is now protected via SSL. you can disable it via `neutron_ovn_ssl`. It
is not supported to switch from non-ssl to ssl.
upgrade:
- |
OVN is now configured with SSL enabled by default, upgrading existing ovn
deployment is not tested. When upgrading it might be wise to set `neutron_ovn_ssl`
to `false` and manage the ssl configuration at a later stage.