From 8deafd3523d665540ffd27398a0274725b33c3ad Mon Sep 17 00:00:00 2001
From: Narinder Gupta <narinder.gupta@canonical.com>
Date: Thu, 30 Jun 2016 19:13:01 -0500
Subject: [PATCH] compute error resolved.

Change-Id: Ia10e7d679dec51e1dada8a429bf1fc9ff3572f32
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
---
 ci/bundle_tpl/nova-compute.yaml | 4 ++--
 1 file 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 %}
-- 
2.16.6