yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #31747
[Bug 1440120] Re: List images passing protected as a sort_key and a marker returns a 500 response
Tested with the latest version of Glance. This is no longer an issue.
This bug can be closed.
** Changed in: glance
Status: Incomplete => 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/1440120
Title:
List images passing protected as a sort_key and a marker returns a 500
response
Status in OpenStack Image Registry and Delivery Service (Glance):
Invalid
Bug description:
Overview:
When attempting a list images request passing 'protected' as a sort_key along with an image id as the marker returns a 500 response.
Steps to reproduce:
1) List images passing 'protected' as a sort_key and an image id as the marker via:
curl -i '<endpoint>/v2/images?sort_key=protected&marker=<image id>' -X GET -H "Content-Type: application/json" -H "Accept: application/json" -H "X-Auth-Token: <token>"
2) Notice that a 500 response is returned
Expected:
A list of images sorted by the 'protected' property value starting with the image passed in as the marker
Actual:
A 500 response is returned
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1440120/+subscriptions
References