Ricardo Carrillo Cruz fe8af280a4 Add ability to download an image from the Internet to upload it to Glance
Unfortunately, it seems Glance v2 does not have the capability to upload
an image by referencing a URL, it has to be a local file.
Adding logic to the role and flags should the user want to pull an image
to the Ansible control machine prior to the usual upload.

Change-Id: I2e2886287a045dab89fe712e39b42c2383d6aec6
2016-09-01 23:35:40 +02:00

10 lines
223 B
YAML

---
os_client_config_cloud: envvars
os_validate_certs: no
generate_keypair: no
generate_keypair_folder: /tmp
generate_keypair_key_type: rsa
generate_keypair_key_bits: 2048
download_image_dest: /tmp
download_image_force: no