Merge "Enable ovs_use_veth when gateway_ip_qos is used"
This commit is contained in:
commit
b75ba136bf
@ -9,6 +9,10 @@ interface_driver = {{ neutron_plugins[neutron_plugin_type].driver_interface }}
|
|||||||
|
|
||||||
agent_mode = {{ neutron_plugins[neutron_plugin_type].l3_agent_mode }}
|
agent_mode = {{ neutron_plugins[neutron_plugin_type].l3_agent_mode }}
|
||||||
|
|
||||||
|
{% if 'gateway_ip_qos' in neutron_l3_agent_extensions %}
|
||||||
|
ovs_use_veth = True
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
# Conventional failover
|
# Conventional failover
|
||||||
allow_automatic_l3agent_failover = True
|
allow_automatic_l3agent_failover = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user