Add enable_security_group to BigSwitch and OneConvergence ini files

It is a follow up patch for https://review.openstack.org/#/c/67281/.

Change-Id: I38463b3879ab2d7469a85ef00426b2b602fa825a
Closes-Bug: #1296000
This commit is contained in:
Akihiro Motoki 2014-03-22 19:13:10 +09:00
parent f455d5810e
commit 6537c3a5c6
2 changed files with 9 additions and 0 deletions

View 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

View File

@ -24,6 +24,10 @@
# 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