puppet-neutron/releasenotes/notes/add-ovsdb-ssl-dhcp-agent-da3bb98540de417f.yaml
Tim Rozet 094e594d40 Adds configuration for SSL OVSDB connections
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>
2018-02-12 15:35:21 +00:00

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.