blob: a01d13ff1e7486c4e6b8edfadff85e25f447edc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
openbaton:
charm: ./{{ ubuntu.release }}/openbaton
num_units: 1
{% if os.service.bindings %}
bindings:
"": *oam-space
internal: *internal-space
{% endif %}
to:
- "lxd:nodes/0"
{# Empty block to avoid bad block trim #}
|