The status of `image create` cmd's response is 'queued' that already is available
Bug #1988116 reported by
Eric Xie
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance Client |
New
|
Undecided
|
Unassigned |
Bug Description
Use the command to create image
openstack image create --file /home/xxx.raw --disk-format raw --container-format bare --public image-name
The result of the command was
| status | queued
But the image was already avaliable.
To post a comment you must log in.
Hello,
1) Is this also an issue with the Glanceclient?
2) If you run "glance image-list" or "glance image-show $IMAGEID" after creating the image, is the status the one you expected? It is quite possible that the status is truly "queued" when it's computed during image creation.