From d1cd47b14312388fc18560ff51321f826e532a1e Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 30 Sep 2016 14:21:59 -0700 Subject: Zookeeper syntax fix Change-Id: I9bf42eaeb05db0b67d2e9961ac82bbdd2cfbe855 Signed-off-by: Stuart Mackie --- ci/config_tpl/bundle_tpl/oclphase1.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/config_tpl/bundle_tpl/oclphase1.yaml b/ci/config_tpl/bundle_tpl/oclphase1.yaml index 1acdd1ca..52f33651 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 }}" -- cgit 1.2.3-korg