ec829f9384
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
6 lines
240 B
YAML
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.
|