modfied to suite the latest code changes.
[joid.git] / ci / bundle_tpl / neutron-api.yaml
1     neutron-api:
2       charm: "local:{{ ubuntu.release }}/neutron-api"
3       num_units: {{ unit_qty() }}
4       options:
5         neutron-security-groups: true
6 {% if os.network.controller == 'nosdn' %}
7         overlay-network-type: vxlan
8 {% endif %}
9 {% if os.network.controller == 'odl' %}
10         manage-neutron-plugin-legacy-mode: False
11 {% endif %}
12 {% if os.ha.mode == 'ha' %}
13         vip: {{ opnfv.vip.neutron }}
14 {% endif %}
15       to:
16 {% for unit_id in to_select() %}
17         - "lxc:nodes={{ unit_id }}"
18 {% endfor %}