neutron-lib/releasenotes/notes/rehome-dhcp-table-constants-779598680f803e2a.yaml
Slawek Kaplonski 5330273229 Rehome DHCP_IPV{4,6}_TABLE constants to neutron-lib
2 new constants DHCP_IPV4_TABLE and DHCP_IPV6_TABLE were added to
the openvswitch agent's constant module in [1].
As whole this constants module is now rehomed to the neutron_lib,
this patch also rehomes that 2 new constants.

[1] https://review.opendev.org/c/openstack/neutron/+/776567

Change-Id: I242a3191e7481c0b75a5785db23dcc031d74140a
2021-06-28 08:00:53 +02:00

7 lines
217 B
YAML

---
features:
- |
``DHCP_IPV4_TABLE`` and ``DHCP_IPV6_TABLE`` constants from the
``neutron.plugins.ml2.drivers.openvswitch.agent.common.constants`` module
are now available in ``neutron_lib.constants``.