Merge "Override cirros image via featureset_override"
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user