modify firewall_driver

In [1], firewall_driver must be 'neutron.agent.firewall.NoopFirewallDriver'

[1]: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/macvtap/agent/macvtap_neutron_agent.py#L189

Change-Id: I5006b6f0bded41582c76b3bda065bd5da7a15500
This commit is contained in:
zhang.lei 2016-05-17 13:04:32 +08:00
parent 8db3f2645c
commit 9a34c13dac

View File

@ -445,7 +445,7 @@ Compute nodes
physical_interface_mappings = vlan:PROJECT_VLAN_INTERFACE
[securitygroup]
firewall_driver = noop
firewall_driver = neutron.agent.firewall.NoopFirewallDriver
Replace ``PROJECT_VLAN_INTERFACE`` with the name of the underlying
interface that handles VLAN project networks and external networks,