]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Add enable_security_group to BigSwitch and OneConvergence ini files
authorAkihiro Motoki <motoki@da.jp.nec.com>
Sat, 22 Mar 2014 10:13:10 +0000 (19:13 +0900)
committerAkihiro Motoki <motoki@da.jp.nec.com>
Sat, 22 Mar 2014 10:13:10 +0000 (19:13 +0900)
It is a follow up patch for https://review.openstack.org/#/c/67281/.

Change-Id: I38463b3879ab2d7469a85ef00426b2b602fa825a
Closes-Bug: #1296000

etc/neutron/plugins/bigswitch/restproxy.ini
etc/neutron/plugins/oneconvergence/nvsdplugin.ini

index 389b0d3a10cd21009e4c47679268e7f5574a10b1..755b7638e64544eaf2f0d16dae6fe59c3e448abc 100644 (file)
@@ -102,3 +102,8 @@ servers=localhost:8080
 # Options: ovs or ivs
 # Default: ovs
 # virtual_switch_type = ovs
+
+[security_group]
+# Controls if neutron security group is enabled or not.
+# It should be false when you use nova security group.
+# enable_security_group = True
index 50d9694e0423719b98f3100861b81341b3fe35d6..a1c05d971e3e95fd011aae08dd7eab6388026bc2 100644 (file)
 # then NoopFirewallDriver otherwise OVSHybridIptablesFirewallDriver.
 # firewall_driver = neutron.agent.firewall.NoopFirewallDriver
 
+# Controls if neutron security group is enabled or not.
+# It should be false when you use nova security group.
+# enable_security_group = True
+
 [agent]
 # root_helper = sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf