diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-07-25 23:39:20 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-07-25 23:39:20 -0500 |
commit | 38a3c632a60d87a51d96fc766b2e2572503c194f (patch) | |
tree | 090afa8a770caa27b02d5ddeb00fc0a82de2df61 /ci/config_tpl/juju2/bundle_tpl | |
parent | dd24537bc23c1bd8d70ab2956d33c1f84f40808b (diff) |
modified to fix deployment error
Change-Id: Iec917ba5ae1e2bfa1f32d0682945dc770454570c
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/bundle.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/bundle.yaml b/ci/config_tpl/juju2/bundle_tpl/bundle.yaml index 5a49b9a7..bfc297d0 100644 --- a/ci/config_tpl/juju2/bundle_tpl/bundle.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/bundle.yaml @@ -13,7 +13,7 @@ {% else %} num_units: 1 {% endif %} - constraints: tags=control + nodes-compute: charm: "cs:{{ ubuntu.release }}/ubuntu" {% if os.ha.mode == 'ha' %} |