Add option to set properties on images uploaded for tempest tests

As an example, this could be used to set the property "hw_firmware_type: uefi"
for images that require UEFI boot.

Change-Id: Ic1c7061f46b527c87a691b7d9cdee310e5770ae0
This commit is contained in:
Jonathan Rosser 2018-11-26 09:28:16 +00:00
parent 456749ef97
commit 3c69125301
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