diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-30 16:40:54 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-09-30 16:42:14 -0500 |
commit | 2a8bfefbd47a48aca35a33966250b7db0bfa9ba0 (patch) | |
tree | d144976d64144785f9232fb0490bbc5a19aa0d89 /ci/config_tpl/bundle_tpl | |
parent | d1cd47b14312388fc18560ff51321f826e532a1e (diff) |
syntax fix for )
Change-Id: I07826979c08f08902071fd5dd977a2b8e3e87d45
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl')
-rw-r--r-- | ci/config_tpl/bundle_tpl/oclphase1.yaml | 4 |
1 files 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 }}" |