Comment 2 for bug 1245947

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to glance (master)

Reviewed: https://review.openstack.org/54376
Committed: http://github.com/openstack/glance/commit/3f533a28fa79e5ad7d2703123565f34839cd9ff3
Submitter: Jenkins
Branch: master

commit 3f533a28fa79e5ad7d2703123565f34839cd9ff3
Author: Fei Long Wang <email address hidden>
Date: Wed Oct 30 00:41:29 2013 +0800

    Glance image-list failed when image number exceed DEFAULT_PAGE_SIZE

    The root cause of the problem is that DB2 does not allow
    an empty string ('') for datetime field. So we set the
    default value of datetime as None.

    Fixes bug 1245947

    Change-Id: Ie372efe70a068024298fbde4574e33e565cc6c9a