neutron-lib/releasenotes/notes/rehome-ovs-constants-3a11c9ad0d44132a.yaml
Slawek Kaplonski 14dd8af92d Rehome ovs related constants to the neutron-lib
Constants were in
neutron/plugins/ml2/drivers/openvswitch/agent/common/constants.py

but at least some of them, like TUNNEL_NETWORK_TYPES,
PEER_INTEGRATION_PREFIX or FLOOD_TO_TUN are used in other projects also
so it would be good to move have them in the neutron-lib.

Change-Id: I46f0cc0bbf680fbceff1806720bb40b60a5e54e8
2021-04-13 08:23:32 +02:00

7 lines
159 B
YAML

---
features:
- |
The neutron
``neutron.plugins.ml2.drivers.openvswitch.agent.common.constants``
are now available in ``neutron_lib.constants``.