neutron-lib/releasenotes/notes/rm-dup-pluginconst-085d0fcee4e931b8.yaml
Boden R ec829f9384 remove CORE and L3 from neutron_lib.constants
The CORE and L3 service type name constants are defined in both
neutron_lib.constants and neutron_lib.plugin.constants. The later is
the desired location for them and this patch formalizes that by
removing them from the former.

Change-Id: I5cbe779b401e5214f414ab1c732867fdd4d75651
2018-06-14 07:53:46 -06:00

6 lines
240 B
YAML

---
upgrade:
- The ``CORE`` and ``L3`` service type name constants have been removed
from ``neutron_lib.constants``. These constants are duplicates of those
in ``neutron_lib.plugin.constants`` and consumers should use the latter.