[Rdo-list] Glance does not save properties of images

Daniel Speichert daniel at speichert.pl
Mon Jan 27 16:26:11 UTC 2014


----- Original Message -----
> From: "Lars Kellogg-Stedman" <lars at redhat.com>
> To: "Daniel Speichert" <daniel at speichert.pl>
> Cc: rdo-list at redhat.com
> Sent: Monday, January 27, 2014 11:15:56 AM
> Subject: Re: [Rdo-list] Glance does not save properties of images
>
> Is glance logging any errors (to /var/log/glance.log) when you create
> images?
> 
> Also, on what distribution are you running OpenStack --
> RHEL/CentOS/Fedora?  And can you confirm the version of glance you
> are
> using?  In theory:
> 
>     rpm -q openstack-glance
> 
> Thanks,
> 
> --
> Lars Kellogg-Stedman <lars at redhat.com> | larsks @ irc
> Cloud Engineering / OpenStack          | "   "  @ twitter
> 

It's CentOS 6.5.
Glance version: openstack-glance-2013.2-1.el6.noarch

Absolutely no errors in the log. Debug log doesn't show anything meaningful to me, I also tried sqlalchemy_debug but no errors there either.
It does however pass empty attributes in the SQL query:

/var/log/glance/registry.log:
2014-01-27 15:31:29.137 28699 INFO sqlalchemy.engine.base.Engine [-] INSERT INTO images (created_at, updated_at, deleted_at, deleted, id, name, disk_format, container_format, size, status, is_public, checksum, min_disk, min_ram, owner, protected) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)
2014-01-27 15:31:29.137 28699 INFO sqlalchemy.engine.base.Engine [-] (datetime.datetime(2014, 1, 27, 15, 31, 29, 136383), datetime.datetime(2014, 1, 27, 15, 31, 29, 136401), None, 0, 'e4856dce-67ba-4185-8871-3433400ba3c6', 'Ubuntu Server 13.10 1', None, None, 0, 'queued', 0, None, 0, 0, 'a8643be6b41f4e35950b1cc78f39e93a', 0)

Best Regards,
Daniel Speichert 




More information about the dev mailing list