Skip to content
Snippets Groups Projects
Commit c4d3726e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Fix linuxbridge driver"

parents e9b9a841 45aafc72
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment