modified to enabled congress as charm has a fix now.
[joid.git] / ci / bundle_tpl / nova-cloud-controller.yaml
1     nova-cloud-controller:
2       charm: "local:{{ ubuntu.release }}/nova-cloud-controller"
3       num_units: {{ unit_qty() }}
4       options:
5         #console-access-protocol: novnc
6         neutron-external-network: ext-net
7         service-guard: true
8 {% if opnfv.domain is defined %}
9         console-proxy-ip: {{ opnfv.domain }}
10 {% endif %}
11         network-manager: Neutron
12 {% if os.ha.mode == 'ha' %}
13         vip: {{ opnfv.vip.nova }}
14 {% endif %}
15       to:
16 {% for unit_id in to_select() %}
17         - "lxc:nodes={{ unit_id }}"
18 {% endfor %}