← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1439827] Re: No results returned when listing images passing in the 'created_at' property as a filter

 

After further investigation, and to Kamil's point, using the created_at
filter works when using the following formats:

2015-04-08T07:57:08Z
2015-04-08T07:57:08
2015-04-08-07:57:08

However, it does not work when using the following format:

2015-04-08-07:57:08+00:00

When using the updated_at image property as a filter, the above format
does work.  To be consistent, the same formats should work for both
filters.

** Changed in: glance
       Status: Invalid => New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1439827

Title:
  No results returned when listing images passing in the 'created_at'
  property as a filter

Status in OpenStack Image Registry and Delivery Service (Glance):
  New

Bug description:
  Overview:
  When making the list images request, passing in a datetime for the created_at property, there are no results returned.

  Steps to reproduce:
  1) Create an image, note the image's created_at property
  2) Perform a list images request passing in the created_at property via GET /images?created_at=<datetime>
  3) Notice no results are returned

  Expected:
  Return a list of images with the specified created_at datetime

  Actual:
  No results are returned

To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1439827/+subscriptions


References