Merge "adding new scenraio documentation and updated the current one."
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / heat.yaml
index f6f29ef..21b2479 100644 (file)
@@ -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 }}"