Merge "Add conntrack helper to parent resource mapping"
This commit is contained in:
commit
ed35bbf6c2
@ -26,3 +26,4 @@ LOG_API = "LOGGING"
|
||||
PORTFORWARDING = "PORTFORWARDING"
|
||||
FLOATINGIPPOOL = "FLOATINGIPPOOL"
|
||||
NETWORK_SEGMENT_RANGE = "NETWORK_SEGMENT_RANGE"
|
||||
CONNTRACKHELPER = "CONNTRACKHELPER"
|
||||
|
@ -25,5 +25,6 @@ from neutron_lib.plugins import constants as plugin_const
|
||||
# SERVICE_PLUGIN_NAME is the service plugin which introduced the resource and
|
||||
# registered the service plugin name in neutron-lib.
|
||||
EXT_PARENT_RESOURCE_MAPPING = {
|
||||
l3.FLOATINGIP: plugin_const.L3
|
||||
l3.FLOATINGIP: plugin_const.L3,
|
||||
l3.ROUTER: plugin_const.CONNTRACKHELPER
|
||||
}
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
other:
|
||||
- |
|
||||
Parent resource mapping was added to ``EXT_PARENT_RESOURCE_MAPPING`` in
|
||||
``neutron_lib.services.constants`` for the ``l3-conntrack-helper``
|
||||
extension.
|
Loading…
Reference in New Issue
Block a user