diff options
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 %} |