adding bionic support.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / opnfv-promise.yaml
1     opnfv-promise:
2       charm: ./{{ ubuntu.release }}/promise
3       num_units: 1
4 {% if os.service.bindings %}
5       bindings:
6         "": *internal-space
7 {% endif %}
8       series: {{ ubuntu.release }}
9       to:
10         - "lxd:nodes/0"
11 {# Empty block to avoid bad block trim #}