diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 19:13:01 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-06-30 19:13:32 -0500 |
commit | 8deafd3523d665540ffd27398a0274725b33c3ad (patch) | |
tree | e818416b4f66b1092abc5508e384f686377f0f12 /ci | |
parent | a1164e953cb56e406cdcb590b7d8016db9eab436 (diff) |
compute error resolved.
Change-Id: Ia10e7d679dec51e1dada8a429bf1fc9ff3572f32
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rw-r--r-- | ci/bundle_tpl/nova-compute.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} |