From 67042f2478b8c4a6a4e181d7c659d30ef71e3ee1 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 30 Jun 2016 17:36:19 -0500 Subject: missing to while creating bundle. Change-Id: I3fe7d0b7e09b676084ad8057fb518bc6c9a8c1e3 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/openstack-dashboard.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/bundle_tpl') diff --git a/ci/bundle_tpl/openstack-dashboard.yaml b/ci/bundle_tpl/openstack-dashboard.yaml index ee006bb0..83408dcd 100644 --- a/ci/bundle_tpl/openstack-dashboard.yaml +++ b/ci/bundle_tpl/openstack-dashboard.yaml @@ -10,6 +10,7 @@ {% if os.beta.public_api %} endpoint-type: internalURL {% endif %} + to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" {% endfor %} -- cgit 1.2.3-korg