Skip to content

Commit 1591067

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Change PVLAN_PLUGIN location"
2 parents 9de3a9d + b649563 commit 1591067

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

neutron_lib/callbacks/resources.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
PORT_BINDING = 'port_binding'
2424
PORT_DEVICE = 'port_device'
2525
PROCESS = 'process'
26+
PVLAN_PLUGIN = 'pvlan_plugin'
2627
RBAC_POLICY = 'rbac-policy'
2728
ROUTER = 'router'
2829
ROUTER_CONTROLLER = 'router_controller'

neutron_lib/services/pvlan/constants.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
PVLAN_TYPES = [ISOLATED_TYPE, PROMISCUOUS_TYPE, COMMUNITY_TYPE]
2626

27-
PVLAN_PLUGIN = 'pvlan_plugin'
28-
2927
COMMUNITY_NAME_REGEX = (
3028
"[a-zA-Z_.][a-zA-Z_.0-9]{0,%d}$" % (COMMUNITY_NAME_MAX_LEN - 1)
3129
)

0 commit comments

Comments
 (0)