commit | 1bedafa9c4850cd8e8be0614c4e46f3b3a088843 | [log] [tgz] |
---|---|---|
author | Nir Magnezi <nmagnezi@redhat.com> | Sun Aug 02 08:56:56 2015 -0400 |
committer | John Schwarz <jschwarz@redhat.com> | Sun Aug 09 14:57:52 2015 +0300 |
tree | 019d8013183f36cd240bce61d509348b14620e83 | |
parent | 7bb5a9c49593c33d6487bdc866cc40756edcb284 [diff] |
Fix get_objects to allow filtering At the moment, an attempt to retrieve a list of objects (like qos policy) and filter by name fails, because get_objects does not use filters and therefore, upon query by object name, the server replies with a list of all created objects (instead of a partial list). Change-Id: I9df9981129b8f3b82e867c8423986f5e0150186b Partially-Implements: blueprint quantum-qos-api