Merge "Remove indentation from l3_agent.ini.j2"

This commit is contained in:
Jenkins 2016-10-14 15:57:39 +00:00 committed by Gerrit Code Review
commit 0bc18f0bf6

View File

@ -1,11 +1,11 @@
#jinja2: trim_blocks: False
[DEFAULT]
{% if enable_neutron_dvr | bool %}
{% if inventory_hostname in groups['network'] %}
{% if inventory_hostname in groups['network'] %}
agent_mode = dvr_snat
{% elif inventory_hostname in groups['compute'] %}
{% elif inventory_hostname in groups['compute'] %}
agent_mode = dvr
{% endif %}
{% endif %}
{% else %}
agent_mode = legacy
{% endif %}