puppet-ovn/releasenotes/notes/ovn-ssl-7a441b22930a65f2.yaml
Takashi Kajinami 66187619f2 Support ssl options for ovn db
This change introduces support for some options to enable ssl in OVN
northbound DB and OVN southbound DB. This also adds an option to inject
arbitrary options so that users can add additional options which are
not directly supported.

Change-Id: I8d70d691ff661f1341f546eedb2683549f08a3e7
2023-02-28 10:12:20 +09:00

14 lines
362 B
YAML

---
features:
- |
The ``ovn::northd`` class now supports configuring ssl for OVN northbound
DB and OVN southbound DB.
- |
The ``ovn::controller`` class now supports configuring ssl certificates for
connection to OVN SB DB.
- |
Now this module supports configuring additional command line options of
ovn-northd and ovn-controller.