Merge "Revert "Add "network" to the EXT_PARENT_RESOURCE_MAPPING""

This commit is contained in:
Zuul 2023-07-22 15:06:56 +00:00 committed by Gerrit Code Review
commit 8c72e2eee9
2 changed files with 0 additions and 7 deletions

View File

@ -14,7 +14,6 @@
from neutron_lib.api.definitions import l3
from neutron_lib.api.definitions import local_ip
from neutron_lib.api.definitions import network
from neutron_lib.api.definitions import qos
from neutron_lib.plugins import constants as plugin_const
@ -32,5 +31,4 @@ EXT_PARENT_RESOURCE_MAPPING = {
l3.ROUTER: plugin_const.CONNTRACKHELPER,
local_ip.RESOURCE_NAME: plugin_const.LOCAL_IP,
qos.POLICY: plugin_const.QOS,
network.RESOURCE_NAME: plugin_const.CORE,
}

View File

@ -1,5 +0,0 @@
---
other:
- |
Resource ``network`` was added to the ``EXT_PARENT_RESOURCE_MAPPING in
``neutron_lib.services.constants``.