blob: 03ebc7d0319738d4af06db2adf73e5a4da2bfc7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
congress:
charm: "./{{ ubuntu.release }}/congress"
num_units: 1
{% if os.service.bindings %}
bindings:
"": *oam-space
internal: *internal-space
admin: *admin-space
shared-db: *internal-space
public: *public-space
{% endif %}
options:
region: *openstack-region
{% if ubuntu.release == 'trusty' %}
source-branch: "stable/{{ os.release }}"
{% endif %}
to:
- "lxd:nodes/0"
{# Empty block to avoid bad block trim #}
|