diff options
Diffstat (limited to 'ci/bundle_tpl/glance.yaml')
-rw-r--r-- | ci/bundle_tpl/glance.yaml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ci/bundle_tpl/glance.yaml b/ci/bundle_tpl/glance.yaml deleted file mode 100644 index 84999326..00000000 --- a/ci/bundle_tpl/glance.yaml +++ /dev/null @@ -1,14 +0,0 @@ - glance: - charm: "local:{{ ubuntu.release }}/glance" - num_units: {{ unit_qty() }} - options: -{% if os.ha.mode == 'ha' %} - vip: {{ opnfv.vip.glance }} -{% endif %} -{% if os.beta.public_api %} - os-public-hostname: api.{{ opnfv.domain }} -{% endif %} - to: -{% for unit_id in to_select() %} - - "lxc:nodes={{ unit_id }}" -{% endfor %} |