Skip to content

Commit

Permalink
Add firewall_driver option to linuxbridge_conf.ini
Browse files Browse the repository at this point in the history
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
  • Loading branch information
amotoki committed Feb 11, 2013
1 parent b6cf408 commit be71c82
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions etc/quantum/plugins/linuxbridge/linuxbridge_conf.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be71c82

Please sign in to comment.