There was an error while loading. Please reload this page.
1 parent 07d282c commit 8bbef6aCopy full SHA for 8bbef6a
1 file changed
neutron_lib/services/pvlan/constants.py
@@ -24,7 +24,7 @@
24
25
PVLAN_TYPES = [ISOLATED_TYPE, PROMISCUOUS_TYPE, COMMUNITY_TYPE]
26
27
-PVLAN_PLUGIN = 'pvlan-plugin'
+PVLAN_PLUGIN = 'pvlan_plugin'
28
29
COMMUNITY_NAME_REGEX = (
30
"[a-zA-Z_.][a-zA-Z_.0-9]{0,%d}$" % (COMMUNITY_NAME_MAX_LEN - 1)
0 commit comments