blob: 3f95ba1edab3c72da7bbc6dfe665e34ca507703c [file] [log] [blame]
Maksym Shalamov7e7a9082018-06-11 16:10:57 +03001parameters:
2 _param:
3 glance_image_manila_location: 'http://tarballs.openstack.org/manila-image-elements/images/manila-service-image-master.qcow2'
4 glance_image_manila_name: 'manila-service-image-master'
5 glance:
6 client:
7 enabled: True
8 identity:
9 admin_identity:
10 image:
11 manila:
12 name: ${_param:glance_image_manila_name}
13 location: ${_param:glance_image_manila_location}
14 import_from_format: 'qcow2'
15 container_format: 'bare'
16 disk_format: 'qcow2'
17 tags:
18 - 'manila'
19 visibility: public
20 wait_timeout: 1000