diff options
Diffstat (limited to 'ci/config_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 }}" |