8806477abf
When creating SSL OVSDB connection it is required to set the private key, certificate, and the CA certificate in order to communicate with OVSDB. This patch configures these when an SSL connection URI is used. The settings must be provided as part of neutron.conf under [ovs] section. Closes-Bug: 1745038 Change-Id: I19fd9dd0c72260835eb91e557a6029ec9d652179 Signed-off-by: Tim Rozet <trozet@redhat.com>
9 lines
347 B
YAML
9 lines
347 B
YAML
---
|
|
features:
|
|
- |
|
|
Neutron agents now support SSL connections to OVSDB server.
|
|
To enable an SSL based connection, use an ``ssl`` prefixed URI for the
|
|
``ovsdb_connection`` setting. When using SSL it is also required to set
|
|
new ``ovs`` group options which include ``ssl_key_file``, ``ssl_cert_file``, and
|
|
``ssl_ca_cert_file``.
|