From 2a8bfefbd47a48aca35a33966250b7db0bfa9ba0 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 30 Sep 2016 16:40:54 -0500 Subject: [PATCH] syntax fix for ) Change-Id: I07826979c08f08902071fd5dd977a2b8e3e87d45 Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/oclphase1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/config_tpl/bundle_tpl/oclphase1.yaml b/ci/config_tpl/bundle_tpl/oclphase1.yaml index 52f33651..6efd5e10 100644 --- a/ci/config_tpl/bundle_tpl/oclphase1.yaml +++ b/ci/config_tpl/bundle_tpl/oclphase1.yaml @@ -1,7 +1,7 @@ zookeeper: - charm: local:{{ ubuntu.release })/zookeeper + charm: local:{{ ubuntu.release }}/zookeeper num_units: {{ unit_qty() }} - series: {{ ubuntu.release )} + series: {{ ubuntu.release }} to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" -- 2.16.6