Add missing {% endif %}

It was forgotten to wrap up the if condition

Change-Id: I431a04567302a8cd563cebea790d1ada1be5a79c
This commit is contained in:
Manuel Buil 2017-11-09 17:28:53 +01:00
parent a17e80117d
commit f589f8f8bb

View File

@ -29,7 +29,7 @@
when: ovs_manager.stdout == ""
- name: Configure hosts for networking-odl, force kernel datapath
command: "{{ neutron_bin }}/neutron-odl-ovs-hostconfig --noovs_dpdk {% if 'odl-router' in neutron_plugin_base %}--datapath_type=system --bridge_mappings={{ neutron_provider_networks.network_mappings }}"
command: "{{ neutron_bin }}/neutron-odl-ovs-hostconfig --noovs_dpdk {% if 'odl-router' in neutron_plugin_base %}--datapath_type=system --bridge_mappings={{ neutron_provider_networks.network_mappings }} {% endif %}"
when: ovs_manager.stdout == ""
- name: Retrieve current OvS local ip