Maksym Shalamov | 7e7a908 | 2018-06-11 16:10:57 +0300 | [diff] [blame^] | 1 | parameters: |
| 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 |