compute error resolved. 29/16229/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Fri, 1 Jul 2016 00:13:01 +0000 (19:13 -0500)
committerNarinder Gupta <narinder.gupta@canonical.com>
Fri, 1 Jul 2016 00:13:32 +0000 (19:13 -0500)
Change-Id: Ia10e7d679dec51e1dada8a429bf1fc9ff3572f32
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
ci/bundle_tpl/nova-compute.yaml

index 2f23816..8180380 100644 (file)
@@ -13,6 +13,6 @@
         virt-type: lxd
 {% endif %}
       to:
-{% for unit_id in to_select(opnfv.units - 1) %}
-        - "nodes={{ unit_id + 1 }}"
+{% for unit_id in range(1, opnfv.units) %}
+        - "nodes={{ unit_id }}"
 {% endfor %}