yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31226
[Bug 1439827] Re: No results returned when listing images passing in the 'created_at' property as a filter
Not able to reproduce it. I've image which created_at field is set to
"2015-04-08T07:57:08Z" and I can easily get it using
http://localhost:9292/v2/images?created_at=2015-04-08T07:57:08Z
or
http://localhost:9292/v2/images?created_at=2015-04-08T07:57:08
and even
http://localhost:9292/v2/images?created_at=2015-04-08-07:57:08
** Changed in: glance
Status: New => Invalid
--
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):
Invalid
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