Browse code

Enable security group extension in PLUMgrid plugin

Implements: blueprint plumgrid-neutron-security-groups
Change-Id: I30392adff5e3250a1c4f9f1f04fc7e0587007226

Fawad Khaliq authored on 2014/07/16 09:51:44
Showing 1 changed files
... ...
@@ -46,8 +46,8 @@ function is_neutron_ovs_base_plugin {
46 46
 }
47 47
 
48 48
 function has_neutron_plugin_security_group {
49
-    # False
50
-    return 1
49
+    # return 0 means enabled
50
+    return 0
51 51
 }
52 52
 
53 53
 function neutron_plugin_check_adv_test_requirements {