yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #38975
[Bug 1446638] Re: api has issues when Sorting and pagination params used as filters
** Changed in: nova
Status: Fix Committed => Fix Released
** Changed in: nova
Milestone: None => liberty-rc1
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1446638
Title:
api has issues when Sorting and pagination params used as filters
Status in OpenStack Compute (nova):
Fix Released
Bug description:
While retrieving servers, the sort and pagination query string
parameters are treated as search options.
These parameters are passed down to the DB layer and eventually
filtered out when an AttributeError is caught because they do not
exist on the Instance model.
This is taken from:
https://review.openstack.org/#/c/147298/4
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1446638/+subscriptions
References