f5bbc3ff85
This patch introduce parameters which support using SSL to connect to OVN_Northbound DB and OVN_Southbound DB. Depends-On: https://review.opendev.org/#/c/674603/ Change-Id: I03bda5d2e36ab168079fc7e8be220c9a4e29e44f Signed-off-by: Kamil Sambor <ksambor@redhat.com>
16 lines
908 B
YAML
16 lines
908 B
YAML
---
|
|
features:
|
|
- |
|
|
This patch introduces parameters which support SSL to connect to
|
|
OVN_Northbound DB and OVN_Southbound DB. This can be set by:
|
|
* 'ovn_nb_private_key': The PEM file with private key for SSL connection to OVN-NB-DB
|
|
* 'ovn_nb_certificate': The PEM file with certificate that certifies the private
|
|
key specified in ovn_nb_private_key
|
|
* 'ovn_nb_ca_cert': The PEM file with CA certificate that OVN should use to
|
|
verify certificates presented to it by SSL peers
|
|
* 'ovn_sb_private_key': The PEM file with private key for SSL connection to OVN-SB-DB,
|
|
* 'ovn_sb_certificate': The PEM file with certificate that certifies the
|
|
private key specified in ovn_sb_private_key'
|
|
* 'ovn_sb_ca_cert': The PEM file with CA certificate that OVN should use to
|
|
verify certificates presented to it by SSL peers
|
|
* 'protocol': Protocol use in communication with dbs |