<br>I am also facing the same problem while uploading images on latest devstack install. Ubuntu image upload worked like a charm but fedora 16 image is not moving further from the saving state to active state. I thought there is a problem ith image so I tried it with two fedora 16 images taken from two different sources and the result was same.  Anyway please let me know if someone has found a way around this problem.<br>
<br>syed@syed:~$ nova image-list<br>+--------------------------------------+---------------------------------+--------+--------+<br>| ID                                   | Name                            | Status | Server |<br>
+--------------------------------------+---------------------------------+--------+--------+<br>| 85cf3954-c0ac-4319-b098-31c5db20ecf5 | Ubuntu 12.04 UEC                | ACTIVE |        |<br>| df953016-a530-42b1-b600-c25ff6ad8992 | cirros-0.3.0-x86_64-uec         | ACTIVE |        |<br>
| 2c41fee8-b7cd-44f4-a6c5-060108dfb9d4 | cirros-0.3.0-x86_64-uec-kernel  | ACTIVE |        |<br>| a7d871a5-07cc-4939-ba0d-1f01b27a86de | cirros-0.3.0-x86_64-uec-ramdisk | ACTIVE |        |<br>| db322707-daf3-4689-a459-679e5f091299 | fedora                          | SAVING |        |<br>
+--------------------------------------+---------------------------------+--------+--------+<br><br><br>Cheers,<br>Syed Armani<br><br><br><br><div class="gmail_quote">On Wed, Jan 16, 2013 at 8:49 PM, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Tue, Jan 15, 2013 at 11:53:19AM +0000, McHale, Therese wrote:<br>
> Daniel,<br>
><br>
> Api log shows:<br>
><br>
> >>2013-01-14 18:42:56.18 DEBUG glance.registry.client [ab1e07b0-97fa-4508-96ac-1d6375282271 1947906b9e9f42e7bdfd29c9219fcda0 1e80f28a9dd1425bb905c1192317cfb2]<br>
> >>Registry request PUT /images/f5a9f8c4-b82b-4192-8379-cb4619bff1d6 HTTP 200 request id req-81b04d9c-0672-4b50-b450-9eb3a764bcdc do_request >>/home/berrange/src/cloud/glance/glance/registry/client.py:95<br>

><br>
> Looks like the put of the image worked.<br>
><br>
> But there is this:<br>
><br>
> >>No handlers could be found for logger "qpid.messaging"<br>
><br>
> Registry log shows:<br>
><br>
> >>2013-01-14 18:42:56.16 INFO glance.registry.api.v1.images [81b04d9c-0672-4b50-b450-9eb3a764bcdc 1947906b9e9f42e7bdfd29c9219fcda0 1e80f28a9dd1425bb905c1192317cfb2] >>Updating metadata for image f5a9f8c4-b82b-4192-8379-cb4619bff1d6<br>

><br>
> Looks ok.  If you set this in default_log_levels:    eventlet.wsgi.server=DEBUG,sqlalchemy.DEBUG   I would see more debug, i.e. see the full<br>
> Sql resultset to confirm everything returned ok from sql/see more wsgi output.  (This is what was changed in the patch)<br>
><br>
> On the qpid/messaging  error...were you getting this before the problem?<br>
> I'm not using qpid messaging/just using the defaults in the example conf<br>
> file (e.g. qpid_host=localhost for me as this is what is in the<br>
> Example glance-api.conf,  whereas you use - I think correctly based on<br>
> the code -  qpid_hostname=localhost, you also have qpid_notificaton_topic=notifications<br>
> Whereas this is set to 'glance_notifications' on my system.)<br>
<br>
</div>In anycase the change I bisected to doesn't seem to touch anything<br>
related to messaging.<br>
<div class="im"><br>
> If you log a bug for this and add the extra debug there I can look at it there.<br>
<br>
</div><a href="https://bugs.launchpad.net/glance/+bug/1100317" target="_blank">https://bugs.launchpad.net/glance/+bug/1100317</a><br>
<br>
That has the glance registry log level increased<br>
<div class="HOEnZb"><div class="h5"><br>
Daniel<br>
--<br>
|: <a href="http://berrange.com" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br>