cinder/etc
whoami-rajat 46363697d9 Handling filters in Generalized Filtering API
This patch handles the following filters :

1) all_tenants : Restoring to previous functionality of ignoring
invalid filters

2) is_public (volume_type): This filter has the 3 valid values,
* True : show only public volume types (valid for non-admins)
* False : show only private volume types (valid for admins)
* None : show both private and public volume types
Since this filter is valid for admins as well as non-admins,
we can pass this through filtering API to lower level code where
this is handled correctly.

3) name (group, group snapshot): 'name' is a valid parameter for
non-admins while showing a group or group snapshot.

Closes-Bug: #1753885

Change-Id: I1545c165087f80a9fdc9f576114a820ac95be5c5
(cherry picked from commit 80e94ac3dc)
2019-03-27 16:14:08 +00:00
..
cinder Handling filters in Generalized Filtering API 2019-03-27 16:14:08 +00:00