cmodfiied to add juju 2.0 support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / congress.yaml
1     congress:
2       charm: "./{{ ubuntu.release }}/congress"
3       num_units: 1
4       options:
5         region: {{ os.region }}
6 {% if ubuntu.release == 'trusty' %}
7         source-branch: "stable/{{ os.release  }}"
8 {% endif %}
9       to:
10         - "lxd:nodes/0"
11 {# Empty block to avoid bad block trim #}