diff options
author | 2016-07-01 01:41:08 -0500 | |
---|---|---|
committer | 2016-07-01 01:43:35 -0500 | |
commit | 331fa0a67b27023c6c00358a418a7f7b43cc6da3 (patch) | |
tree | 4cb5be7af04c35c81fa8787b64b13516c1c19e7a /ci/bundle_tpl/subordinate.yaml | |
parent | 8deafd3523d665540ffd27398a0274725b33c3ad (diff) |
added congress charm as well.
Change-Id: Ia40210fd2e0a2935df5dedd4fd24493abf567cf1
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl/subordinate.yaml')
-rw-r--r-- | ci/bundle_tpl/subordinate.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_tpl/subordinate.yaml b/ci/bundle_tpl/subordinate.yaml index 1391ad85..c84cdd72 100644 --- a/ci/bundle_tpl/subordinate.yaml +++ b/ci/bundle_tpl/subordinate.yaml @@ -22,7 +22,7 @@ overlay-network-type: 'vxlan' security-groups: True {% endif %} -{% if os.lxd is defined %} +{% if os.lxd %} lxd: charm: local:{{ ubuntu.release }}/lxd {% endif %} |