blob: 1c297ce2b7b0695169ab940f410f66cb791f5294 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
aodh:
charm: "./{{ ubuntu.release }}/aodh"
num_units: 1
{% if os.service.bindings %}
bindings:
"": *oam-space
public: *public-space
admin: *admin-space
internal: *internal-space
shared-db: *internal-space
{% endif %}
options:
openstack-origin: *openstack-origin
to:
- "lxd:nodes/0"
{# Empty block to avoid bad block trim #}
|