X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ci%2Fconfig_tpl%2Fjuju2%2Fbundle_tpl%2Fcinder.yaml;h=d350edce66b3654d007873e0992b9f7e5c245469;hb=90f76a2465641d98e977e4e6a5fecbd698384ef4;hp=dd541f7f3e69f5e3bd69dddf1058b358da164273;hpb=f1dfc0776d32dea2a2fe7e2cb2b15b1836a6b666;p=joid.git diff --git a/ci/config_tpl/juju2/bundle_tpl/cinder.yaml b/ci/config_tpl/juju2/bundle_tpl/cinder.yaml index dd541f7f..d350edce 100644 --- a/ci/config_tpl/juju2/bundle_tpl/cinder.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/cinder.yaml @@ -4,6 +4,22 @@ num_units: 1 {% else %} num_units: {{ unit_qty() }} +{% endif %} +{% if os.service.bindings %} + bindings: + internal: internal-api + shared-db: internal-api +{% if opnfv.spaces_dict.public is defined %} + public: public-api +{% if opnfv.spaces_dict.data is defined %} + admin: admin-api +{% else %} + admin: internal-api +{% endif %} +{% else %} + public: internal-api + admin: internal-api +{% endif %} {% endif %} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"