X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fconfig_tpl%2Fjuju2%2Fbundle_tpl%2Fheat.yaml;h=21b2479cdd8bed2374110847d3170a207b2eefe9;hb=e3983c25772ce327684ed98b7600300bf3132471;hp=f6f29ef1d1c36fb72ff386f4f2b43df2cafb6ac9;hpb=d34b7dfbcee799533c25735db0e8aa47f433c0c7;p=joid.git diff --git a/ci/config_tpl/juju2/bundle_tpl/heat.yaml b/ci/config_tpl/juju2/bundle_tpl/heat.yaml index f6f29ef1..21b2479c 100644 --- a/ci/config_tpl/juju2/bundle_tpl/heat.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/heat.yaml @@ -1,17 +1,16 @@ heat: charm: "./{{ ubuntu.release }}/heat" num_units: 1 +{% if os.service.bindings %} bindings: - internal: internal -{% if opnfv.spaces_dict.data is defined %} - admin: admin -{% else %} - admin: internal -{% endif %} + internal: internal-api + admin: internal-api + shared-db: internal-api {% if opnfv.spaces_dict.public is defined %} - public: public + public: public-api {% else %} - public: internal + public: internal-api +{% endif %} {% endif %} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"