Merge "Add option to set properties on images uploaded for tempest tests"

This commit is contained in:
Zuul 2018-11-30 21:34:23 +00:00 committed by Gerrit Code Review
commit bdc42c0ee0
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
container_format: bare
disk_format: "{{ item.format }}"
is_public: True
properties: "{{ item.properties | default(omit) }}"
with_items: "{{ tempest_images }}"
register: tempest_image_create
until: tempest_image_create is success