Skip to content

Commit 8bbef6a

Browse files
committed
Trivial: Fix PVLAN_PLUGIN underscore
TrivialFix Change-Id: I5986e8f1757067b470329d8b4cc9b4b9a84579a1 Signed-off-by: Elvira Garcia <egarciar@redhat.com>
1 parent 07d282c commit 8bbef6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

neutron_lib/services/pvlan/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
PVLAN_TYPES = [ISOLATED_TYPE, PROMISCUOUS_TYPE, COMMUNITY_TYPE]
2626

27-
PVLAN_PLUGIN = 'pvlan-plugin'
27+
PVLAN_PLUGIN = 'pvlan_plugin'
2828

2929
COMMUNITY_NAME_REGEX = (
3030
"[a-zA-Z_.][a-zA-Z_.0-9]{0,%d}$" % (COMMUNITY_NAME_MAX_LEN - 1)

0 commit comments

Comments
 (0)