X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fconfig_tpl%2Fjuju2%2Fbundle_tpl%2Fheat.yaml;h=f6f29ef1d1c36fb72ff386f4f2b43df2cafb6ac9;hb=3470a4a0d81047d9d65a4b1e1e3b18e47865d4b6;hp=aa676f19a002a2ef9e788a5d0b64b1707888a44e;hpb=f1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666;p=joid.git diff --git a/ci/config_tpl/juju2/bundle_tpl/heat.yaml b/ci/config_tpl/juju2/bundle_tpl/heat.yaml index aa676f19..f6f29ef1 100644 --- a/ci/config_tpl/juju2/bundle_tpl/heat.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/heat.yaml @@ -1,6 +1,18 @@ heat: charm: "./{{ ubuntu.release }}/heat" num_units: 1 + bindings: + internal: internal +{% if opnfv.spaces_dict.data is defined %} + admin: admin +{% else %} + admin: internal +{% endif %} +{% if opnfv.spaces_dict.public is defined %} + public: public +{% else %} + public: internal +{% endif %} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" region: {{ os.region }}