modified to add load balancer kubernetes.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / heat.yaml
index aa676f1..f6f29ef 100644 (file)
@@ -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 }}