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:
parent
b39260e7c9
commit
8a427f5209
@ -25,3 +25,4 @@ L3 = 'L3_ROUTER_NAT'
|
|||||||
LOG_API = "LOGGING"
|
LOG_API = "LOGGING"
|
||||||
PORTFORWARDING = "PORTFORWARDING"
|
PORTFORWARDING = "PORTFORWARDING"
|
||||||
FLOATINGIPPOOL = "FLOATINGIPPOOL"
|
FLOATINGIPPOOL = "FLOATINGIPPOOL"
|
||||||
|
NETWORK_SEGMENT_RANGE = "NETWORK_SEGMENT_RANGE"
|
||||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user