Merge "Correct conditional in l3_agent.ini template"
This commit is contained in:
commit
500f0dc495
@ -49,7 +49,7 @@ agent_version = v2
|
||||
vpn_device_driver = {{ neutron_driver_vpnaas }}
|
||||
{% endif %}
|
||||
|
||||
{% if l3_agent_plugins|length > 1 %}
|
||||
{% if l3_agent_plugins|length > 0 %}
|
||||
[AGENT]
|
||||
extensions = {{ l3_agent_plugins | join(',') }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user