Fix wrong integration bridge configuration name in ml2 conf
Change-Id: Idd8d0c41fb527634fcbb74da415c99a3e3995e3c closes-Bug: #1534666
This commit is contained in:
parent
6b65aed50b
commit
a755aa88e4
@ -49,7 +49,7 @@ arp_responder = true
|
|||||||
[ovs]
|
[ovs]
|
||||||
bridge_mappings = physnet1:{{ neutron_bridge_name }}
|
bridge_mappings = physnet1:{{ neutron_bridge_name }}
|
||||||
{% if enable_nova_fake | bool %}
|
{% if enable_nova_fake | bool %}
|
||||||
ovs_integration_bridge = br-int-{{ item }}
|
integration_bridge = br-int-{{ item }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% elif neutron_plugin_agent == "linuxbridge" %}
|
{% elif neutron_plugin_agent == "linuxbridge" %}
|
||||||
[linux_bridge]
|
[linux_bridge]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user