diff options
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/heat.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/heat.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/heat.yaml b/ci/config_tpl/juju2/bundle_tpl/heat.yaml index f6f29ef1..4af546d3 100644 --- a/ci/config_tpl/juju2/bundle_tpl/heat.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/heat.yaml @@ -1,6 +1,7 @@ heat: charm: "./{{ ubuntu.release }}/heat" num_units: 1 +{% if os.service.bindings %} bindings: internal: internal {% if opnfv.spaces_dict.data is defined %} @@ -13,6 +14,7 @@ {% else %} public: internal {% endif %} +{% endif %} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" region: {{ os.region }} |