Merge "Fix linuxbridge driver"
This commit is contained in:
commit
c4d3726e10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user