Auto Generated INFO.yaml file
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / congress.yaml
1     congress:
2       charm: "./{{ ubuntu.release }}/congress"
3       num_units: 1
4 {% if os.service.bindings %}
5       bindings:
6         "": *oam-space
7         internal: *internal-space
8         admin: *admin-space
9         shared-db: *internal-space
10         public: *public-space
11 {% endif %}
12       options:
13         region: *openstack-region
14 {% if ubuntu.release == 'trusty' %}
15         source-branch: "stable/{{ os.release  }}"
16 {% endif %}
17       to:
18         - "lxd:nodes/0"
19 {# Empty block to avoid bad block trim #}