We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22eeb1f + 242c098 commit e419746Copy full SHA for e419746
1 file changed
lib/neutron_plugins/plumgrid
@@ -45,8 +45,8 @@ function is_neutron_ovs_base_plugin {
45
}
46
47
function has_neutron_plugin_security_group {
48
- # False
49
- return 1
+ # return 0 means enabled
+ return 0
50
51
52
function neutron_plugin_check_adv_test_requirements {
0 commit comments