Merge "Add user and password for secure image download (optional)"

This commit is contained in:
Zuul 2019-02-07 16:00:56 +00:00 committed by Gerrit Code Review
commit 8a5a3850a3
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@
url: "{{ item.url }}"
dest: "{{ tempest_image_dir }}/"
checksum: "{{ item.checksum | default(omit) }}"
url_username: "{{ item.username | default(omit) }}"
url_password: "{{ item.password | default(omit) }}"
with_items: "{{ tempest_images }}"
when:
- tempest_service_available_glance | bool