correct heat units. 53/22953/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Tue, 11 Oct 2016 04:50:31 +0000 (23:50 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Tue, 11 Oct 2016 04:50:58 +0000 (23:50 -0500)
Change-Id: I2b2e581d9aca76aa6ea3244e575d50214c31dfdd
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/config_tpl/bundle_tpl/heat.yaml

index 16b7621..3c9bf4e 100644 (file)
@@ -1,6 +1,5 @@
     heat:
       charm: "local:{{ ubuntu.release }}/heat"
-      #num_units: {{ unit_qty() }}
       num_units: 1
       options:
         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
@@ -18,8 +17,5 @@
 #        os-public-hostname: api.{{ opnfv.domain }}
 {% endif %}
       to:
-{% for unit_id in to_select() %}
-        #- "lxc:nodes={{ unit_id }}"
         - "lxc:nodes=0"
-{% endfor %}
 {# Empty block to avoid bad block trim #}