Merge "Override cirros image via featureset_override"

This commit is contained in:
Zuul 2020-05-30 05:48:15 +00:00 committed by Gerrit Code Review
commit 0466117cb2

@ -63,9 +63,11 @@
when: tempest_install_method == 'source'
- name: set cirros image facts for periodic
vars:
default_cirros_image: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img
set_fact:
tempest_tempestconf_profile_extras:
image: http://images.rdoproject.org/cirros/cirros-0.4.0-x86_64-disk.img
image: "{{ featureset_override['cirros_image'] | default(default_cirros_image) }}"
# stackviz in venv pulls oslo.db due upstream constraints,
# but it dropped py2 support so on such system we need to skip it