modified to use the default binding in case no binding for those
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / openbaton.yaml
1     openbaton:
2       charm: "./trusty/openbaton"
3       num_units: 1
4 {% if os.service.bindings %}
5       bindings:
6         "": internal-api
7 {% endif %}
8       to:
9         - "lxd:nodes/0"
10 {# Empty block to avoid bad block trim #}