Fix released. VERSION: feature_groups: - mirantis production: "docker" release: "8.0" api: "1.0" build_number: "507" --------------------- root@node-9:~# glance --debug image-create --name trusty_ext4 --disk-format raw --container-format bare --file trusty-server-cloudimg-amd64-disk1.img --visibility public --progress ... see http://paste.openstack.org/show/485717/ ... +------------------+----------------------------------------------------------------------------------+ | Property | Value | +------------------+----------------------------------------------------------------------------------+ | checksum | 77987bde53c54dc436e299af51d7b03f | | container_format | bare | | created_at | 2016-02-02T11:26:41Z | | direct_url | rbd://f1f4fb66-b546-43fe-a91d- | | | 6091f91d15e0/images/1dab5ce0-33e8-40e7-9b05-b0fdf7fbc9a9/snap | | disk_format | raw | | id | 1dab5ce0-33e8-40e7-9b05-b0fdf7fbc9a9 | | min_disk | 0 | | min_ram | 0 | | name | trusty_ext4 | | owner | a894eccfb1564f49ac939f8b1d013967 | | protected | False | | size | 258474496 | | status | active | | tags | [] | | updated_at | 2016-02-02T11:27:16Z | | virtual_size | None | | visibility | public | +------------------+----------------------------------------------------------------------------------+ root@node-9:~# glance image-list +--------------------------------------+-------------+ | ID | Name | +--------------------------------------+-------------+ | a471b5ce-3ce9-4813-a901-2e12607d74a3 | TestVM | | 1dab5ce0-33e8-40e7-9b05-b0fdf7fbc9a9 | trusty_ext4 | +--------------------------------------+-------------+ root@node-9:~# glance image-download 1dab5ce0-33e8-40e7-9b05-b0fdf7fbc9a9 --file trusty-server-cloudimg-amd64 --progress [=============================>] 100% root@node-9:~# md5sum trusty-server-cloudimg-amd64 77987bde53c54dc436e299af51d7b03f trusty-server-cloudimg-amd64