| glance_image_cirros_location: 'http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img' |
| glance_image_fedora_location: 'https://mirror.chpc.utah.edu/pub/fedora/linux/releases/27/CloudImages/x86_64/images/Fedora-Cloud-Base-27-1.6.x86_64.qcow2' |
| glance_image_cirros_name: 'TestCirros-0.3.5' |
| glance_image_fedora_name: 'TestFedora-27-1.6' |
| name: ${_param:glance_image_cirros_name} |
| location: ${_param:glance_image_cirros_location} |
| import_from_format: 'qcow2' |
| name: ${_param:glance_image_fedora_name} |
| location: ${_param:glance_image_fedora_location} |
| import_from_format: 'qcow2' |