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:
parent
f455d5810e
commit
6537c3a5c6
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user