From: Narinder Gupta Date: Fri, 1 Jul 2016 00:13:01 +0000 (-0500) Subject: compute error resolved. X-Git-Tag: colorado.1.0~104 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8deafd3523d665540ffd27398a0274725b33c3ad;p=joid.git compute error resolved. Change-Id: Ia10e7d679dec51e1dada8a429bf1fc9ff3572f32 Signed-off-by: Narinder Gupta --- diff --git a/ci/bundle_tpl/nova-compute.yaml b/ci/bundle_tpl/nova-compute.yaml index 2f23816e..81803807 100644 --- a/ci/bundle_tpl/nova-compute.yaml +++ b/ci/bundle_tpl/nova-compute.yaml @@ -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 %}