Add NETWORK_SEGMENT_RANGE plugin constant

Define a NETWORK_SEGMENT_RANGE constant so that it can be used elsewhere
related to the ``network_segment_range`` service plugin.

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

Partially-implements: blueprint network-segment-range-management
Change-Id: I31581e98ce57906ec62ad933f5d37a772c33e846
This commit is contained in:
Kailun Qin 2019-02-26 01:20:10 +08:00
parent b39260e7c9
commit 8a427f5209
2 changed files with 6 additions and 0 deletions

View File

@ -25,3 +25,4 @@ L3 = 'L3_ROUTER_NAT'
LOG_API = "LOGGING"
PORTFORWARDING = "PORTFORWARDING"
FLOATINGIPPOOL = "FLOATINGIPPOOL"
NETWORK_SEGMENT_RANGE = "NETWORK_SEGMENT_RANGE"

View File

@ -0,0 +1,5 @@
other:
- |
Add the ``neutron_lib.plugins.constants.NETWORK_SEGMENT_RANGE`` constant so
that it can be used elsewhere related to the ``network_segment_range``
service plugin.