Add firewall_driver option to linuxbridge_conf.ini

Fixes bug 1121855

firewall_driver configuration option has been introduced in the patch
of OVS security group support and it affects Linux Bridge plugin.
The default value of firewall_driver is NoopDriver.
Thus firewall_driver configuration is required in Linux Bridge plugin.

Change-Id: I403be91b01eb6fa679dab28cd4995c85d12100b9
This commit is contained in:
Akihiro MOTOKI 2013-02-11 18:26:40 +09:00
parent 63007f6f87
commit c144a42b5d

View File

@ -57,3 +57,7 @@ reconnect_interval = 2
[AGENT]
# Agent's polling interval in seconds
polling_interval = 2
[SECURITYGROUP]
# Firewall driver for realizing quantum security group function
firewall_driver = quantum.agent.linux.iptables_firewall.IptablesFirewallDriver