remove override as no longer needed.
[joid.git] / ci / config_tpl / bundle_tpl / congress.yaml
1     congress:
2       charm: "local:{{ ubuntu.release }}/congress"
3       options:
4         region: {{ os.region }}
5 {% if ubuntu.release == 'trusty' %}
6         source-branch: "stable/{{ os.release  }}"
7 {% endif %}
8       to:
9         - "lxc:nodes=0"
10 {# Empty block to avoid bad block trim #}