← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1440165] Re: List images passing tags as a sort_key returns a 500 response

 

Tested this with the latest version of Glance.  This is no longer an
issue and 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/1440165

Title:
  List images passing tags as a sort_key returns a 500 response

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

Bug description:
  Overview:
  When attempting a list images request passing 'tags' as a sort_key takes a good amount of time to respond and then returns a 500 response.

  Steps to reproduce:
  1) List images passing 'tags' as a sort_key via:
  curl -i '<endpoint>/v2/images?sort_key=tags' -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 'tags' property value

  Actual:
  A 500 response is returned

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


References