Image queued and not created
Hi We installed Openstack newton and when download an image , go to queued state and not created. then can not upload locally image. and no any log. tnx
First time here? Check out the FAQ!
Hi We installed Openstack newton and when download an image , go to queued state and not created. then can not upload locally image. and no any log. tnx
I have hade had this problem in Pike when creating images from Horizon (GUI). It worked by using openstack/glance CLI. To get it to work with Horizon, I implemented the remedy described here: https://bugs.launchpad.net/openstack-ansible/+bug/1730722 (Pike Horizon Image Create Fails).
Asked: 2018-05-20 05:20:25 -0500
Seen: 2,898 times
Last updated: May 20 '18
What commands did you issue?
The location of logs depends on how the cloud is configured. A typical location would be /var/log/glance, but if you use DevStack, all logs are probably under /opt/stack/logs.
in /var/log/glance every things is ok. but when use url to download an image by qcow2 format, i faced by below error in horizon: TypeError: Cannot read property 'data' of undefined
and when use a wget for download an image (for example cirros) , it`s done, but by executed bellow command, image go to active state but image size =0 byte show.
i install openstack by instruction in below link: https://docs.openstack.org/newton/install-guide-ubuntu/glance-install.html (link)
You say everything is ok in /var/log/glance, but if the cirros image is not copied to /var/lib/glance/images, there should be a log message that explains why. Is there a typo in the [glance_store] section in glance-api.conf? Does this directory exist and is it writable? Is there enough space?