summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-06-30 17:36:19 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-06-30 17:36:55 -0500
commit67042f2478b8c4a6a4e181d7c659d30ef71e3ee1 (patch)
tree21077ca4af7bdb98b200f1b7b29c05a9f3ca53b7 /ci
parent7406468fe33b01639cc44e922b8954ea20c8893e (diff)
missing to while creating bundle.
Change-Id: I3fe7d0b7e09b676084ad8057fb518bc6c9a8c1e3 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci')
-rw-r--r--ci/bundle_tpl/openstack-dashboard.yaml1
1 files changed, 1 insertions, 0 deletions
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 %}