[Openstack] glance issue
Zhi Yan Liu
lzy.dev at gmail.com
Tue Sep 16 13:48:12 UTC 2014
Hello Peter,
I could do this successfully with trunk code as following. So what
version of glance&glanceclient you used and you could check details
from glance&glanceclient debug log.
$ glance image-create --name "test1" --disk-format qcow2
--container-format bare --is-public true --progress <
~/workspace/devstack/files/cirros-0.3.2-x86_64-disk.img
[=============================>] 100%
+------------------+--------------------------------------+
| Property | Value |
+------------------+--------------------------------------+
| checksum | 64d7c1cd2b6f60c92c14662941cb7913 |
| container_format | bare |
| created_at | 2014-09-16T13:42:58 |
| deleted | False |
| deleted_at | None |
| disk_format | qcow2 |
| id | 23a26360-1152-4499-bde6-2b7b78773279 |
| is_public | True |
| min_disk | 0 |
| min_ram | 0 |
| name | test1 |
| owner | ae12813ef05c48e7911fde2cfe5ec241 |
| protected | False |
| size | 13167616 |
| status | active |
| updated_at | 2014-09-16T13:43:00 |
| virtual_size | None |
+------------------+--------------------------------------+
zhiyan
On Tue, Sep 16, 2014 at 6:41 PM, Péter-Zoltán Keresztes <zozo at z0z0.tk> wrote:
> Hello,
>
> I am creating a openstack lab using openness and following your
> documentation step by step
>
> Everything went fine until I try to verify the glance. When I run glance
> image-create I see a progress bar going up to 8% and then it hangs no moving
> at all.
>
> Here it is what is happening:
>
> controller:~ # source admin-openrc.sh
> controller:~ # glance image-create --name "cirros-0.3.2-x86_64"
> --disk-format qcow2 --container-format bare --is-public true --progress <
> /tmp/images/cirros-0.3.2-x86_64-disk.img
> [==> ] 8%
>
> Anyone can help me fix this issue so that I can move forward with the other
> tasks?
>
> thanks in advance.
> Peter
>
> _______________________________________________
> Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> Post to : openstack at lists.openstack.org
> Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
More information about the Openstack
mailing list