Merge "Fix linuxbridge driver"

This commit is contained in:
Jenkins 2016-03-20 15:57:21 +00:00 committed by Gerrit Code Review
commit c4d3726e10

View File

@ -28,7 +28,7 @@ firewall_driver = nova.virt.firewall.NoopFirewallDriver
{% if neutron_plugin_agent == "openvswitch" %}
linuxnet_interface_driver = nova.network.linux_net.LinuxOVSInterfaceDriver
{% elif neutron_plugin_agent == "linuxbridge" %}
linuxnet_interface_driver = nova.network.linux_net.BridgeInterfaceDriver
linuxnet_interface_driver = nova.network.linux_net.NeutronLinuxBridgeInterfaceDriver
{% endif %}
allow_resize_to_same_host = true