openstack-ansible/releasenotes/notes/ovn-ssl-e9cb73e0713cf8bc.yaml
Dmitriy Rabotyagov b2b61f792e Bump OpenStack-Ansible for Zed release
Change-Id: Ib97bdd1c77649ce8d3a767da6d29edbe9f7c2888
2022-12-14 13:03:44 +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.