diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/heat.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/heat.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/heat.yaml b/ci/config_tpl/bundle_tpl/heat.yaml index 119a557b..087cd4fc 100644 --- a/ci/config_tpl/bundle_tpl/heat.yaml +++ b/ci/config_tpl/bundle_tpl/heat.yaml @@ -2,6 +2,7 @@ charm: "local:{{ ubuntu.release }}/heat" # num_units: {{ unit_qty() }} options: + openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" {% if os.ha.mode == 'ha' %} # vip: {{ opnfv.vip.heat }} {% endif %} |