![Takashi Kajinami](/assets/img/avatar_default.png)
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
14 lines
362 B
YAML
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.
|