blob: a08a47d85de9bc70e73412efb85007d2e94fb0c1 [file] [log] [blame]
classes:
- system.glance.client
parameters:
_param:
ubuntu_xenial_image_url: "http://images.mirantis.com/ubuntu-16-04-x64-mcp1.1.qcow2"
ubuntu_xenial_image_name: "ubuntu-16-04-amd64-cloudimg"
glance:
client:
identity:
admin_identity:
endpoint_type: internalURL
image:
ubuntu_16_04_amd64_cloudimg:
name: ${_param:ubuntu_xenial_image_name}
location: ${_param:ubuntu_xenial_image_url}
import_from_format: 'qcow2'
container_format: 'bare'
disk_format: 'qcow2'
tags:
- 'ubuntu'
- 'xenial'
visibility: public
wait_timeout: 1000