neutron-lib/releasenotes/notes/move-segment-range-types-to-lib-constants-d45c6959607e9136.yaml
Kailun Qin 42efcef626 Move network segment range types to lib constants
Move NETWORK_SEGMENT_RANGE_TYPE_LIST from api-def to
neutron_lib.constants and renamed to NETWORK_SEGMENT_RANGE_TYPES so
that the constant can be used elsewhere.

Co-authored-by: Allain Legacy <Allain.legacy@windriver.com>

Partially-implements: blueprint network-segment-range-management
Change-Id: I6d49faf9eef9087d6ae5c3722f0b9a2a3f980c63
2019-01-21 22:04:32 +08:00

7 lines
248 B
YAML

---
other:
- |
The ``neutron_lib.api.definitions.network_segment_range.NETWORK_SEGMENT_RANGE_TYPE_LIST``
constant was moved to ``neutron_lib.constants`` and renamed to
``NETWORK_SEGMENT_RANGE_TYPES`` so that it can be used elsewhere.