Comment 4 for bug 1537729

Revision history for this message
Alexander Zatserklyany (zatserklyany) wrote :

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "8.0"
  api: "1.0"
  build_number: "507"
----
root@node-1:~# glance image-create --disk-format raw --container-format bare --file trusty-server-cloudimg-amd64-disk1.img --progress --name trusty-server-cloudimg-amd64
[=============================>] 100%
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 77987bde53c54dc436e299af51d7b03f |
| container_format | bare |
| created_at | 2016-02-01T14:15:03Z |
| disk_format | raw |
| id | fb6b1c25-2945-480d-ab56-de9030d5e14b |
| min_disk | 0 |
| min_ram | 0 |
| name | trusty-server-cloudimg-amd64 |
| owner | 2fa7379974a1493d8e531bfb77fbb93c |
| protected | False |
| size | 258474496 |
| status | active |
| tags | [] |
| updated_at | 2016-02-01T14:15:23Z |
| virtual_size | None |
| visibility | private |
+------------------+--------------------------------------+
root@node-1:~# mv trusty-server-cloudimg-amd64-disk1.img trusty-server-cloudimg-amd64-disk1_orig.img
root@node-1:~# glance image-download fb6b1c25-2945-480d-ab56-de9030d5e14b --file trusty-server-cloudimg-amd64 --progress
[=============================>] 100%
root@node-1:~# md5sum trusty-server-cloudimg-amd64
77987bde53c54dc436e299af51d7b03f trusty-server-cloudimg-amd64