Pavel Svimbersky | 4d1a8a9 | 2017-08-28 15:24:05 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.glance.client |
| 3 | parameters: |
| 4 | _param: |
Petr Jediný | 23ef910 | 2017-12-01 17:59:59 +0100 | [diff] [blame] | 5 | cirros_image_url: "http://images.mirantis.com/cirros-x64-20170828.qcow2" |
Pavel Svimbersky | 4d1a8a9 | 2017-08-28 15:24:05 +0200 | [diff] [blame] | 6 | cirros_image_name: "cirros-0.3.0-x86_64" |
| 7 | glance: |
| 8 | client: |
| 9 | identity: |
| 10 | admin_identity: |
| 11 | endpoint_type: internalURL |
| 12 | image: |
| 13 | cirros: |
| 14 | name: ${_param:cirros_image_name} |
| 15 | location: ${_param:cirros_image_url} |
| 16 | import_from_format: 'qcow2' |
| 17 | container_format: 'bare' |
| 18 | disk_format: 'qcow2' |
| 19 | tags: |
| 20 | - 'cirros' |
| 21 | visibility: public |
| 22 | wait_timeout: 1000 |