Browse code

Merge "Enable security group extension in PLUMgrid plugin"

Jenkins authored on 2014/09/28 02:54:55
Showing 1 changed files
... ...
@@ -45,8 +45,8 @@ function is_neutron_ovs_base_plugin {
45 45
 }
46 46
 
47 47
 function has_neutron_plugin_security_group {
48
-    # False
49
-    return 1
48
+    # return 0 means enabled
49
+    return 0
50 50
 }
51 51
 
52 52
 function neutron_plugin_check_adv_test_requirements {