parameters: | |
_param: | |
glance_image_manila_location: 'http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2' | |
glance_image_manila_name: 'manila-service-image-master' | |
glance: | |
client: | |
enabled: True | |
identity: | |
admin_identity: | |
image: | |
manila: | |
name: ${_param:glance_image_manila_name} | |
location: ${_param:glance_image_manila_location} | |
import_from_format: 'qcow2' | |
container_format: 'bare' | |
disk_format: 'qcow2' | |
tags: | |
- 'manila' | |
visibility: public | |
wait_timeout: 1000 |