094e594d40
Exposes new parameters to configure SSL key, certificate, and CA certificate files. This allows DHCP agent to connect to OVSDB using SSL. Also the OVS/ovsdb_connection configuration was previously in ODL ML2 class, which should have been in the DHCP agent to begin with as it is not ML2 configuration. This patch deprecates the previous behavior and adds ovsdb_connection into DHCP agent to use its normal service default. Partial-Bug: 1746762 Depends-On: I19fd9dd0c72260835eb91e557a6029ec9d652179 Change-Id: I82281eefa1aa81207ccd8ea565cffc6ca0ec48de Signed-off-by: Tim Rozet <trozet@redhat.com>
9 lines
274 B
YAML
9 lines
274 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds the ability to configure SSL OVSDB connection for Neutron DHCP Agent.
|
|
deprecations:
|
|
- |
|
|
Deprecates using neutron::plugins::ml2::opendaylight::ovsdb_connection.
|
|
The configuration is now moved to neutron::agents::dhcp::ovsdb_connection.
|