blob: be9effc1b0b4492ace8d5e83be2f48bd32d9690c [file] [log] [blame]
Pavel Svimbersky4d1a8a92017-08-28 15:24:05 +02001classes:
2- system.glance.client
3parameters:
4 _param:
5 ubuntu_trusty_image_url: "http://apt.mirantis.com/images/ubuntu-14-04-x64-mcp1.1.qcow2"
6 ubuntu_trusty_image_name: "ubuntu-14-04-x64-mcp1.1"
7 glance:
8 client:
9 identity:
10 admin_identity:
11 endpoint_type: internalURL
12 image:
13 ubuntu_14_04_x64_mcp1.1:
14 name: ${_param:ubuntu_trusty_image_name}
15 location: ${_param:ubuntu_trusty_image_url}
16 import_from_format: 'qcow2'
17 container_format: 'bare'
18 disk_format: 'qcow2'
19 tags:
20 - 'ubuntu'
21 - 'trusty'
22 visibility: public
23 wait_timeout: 1000