Merge "Correct conditional in l3_agent.ini template"

This commit is contained in:
Zuul 2018-11-08 10:07:11 +00:00 committed by Gerrit Code Review
commit 500f0dc495
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}