cinder/cinder/api
Sofia Enriquez 10495c5643 Fix service-get-log to respect server filters
The service-get-log command returns always the same output ignoring
the 'server' filters.

This fix avoid returning all the results when using the 'server' filter.

How to reproduce:
'cinder  --os-volume-api-version 3.52 service-get-log
--server localhost.localdomain@cep'
return the same output than
'cinder  --os-volume-api-version 3.52 service-get-log'

Also includes squash to fix unit test from:
Fix service_get_log tests
Change-Id: I633e67efa4869816786011c3d093dc81e177010c

Change-Id: Iecb3faad9270f969185089cc291127b340483a46
(cherry picked from commit e793c5e249)
(cherry picked from commit 0f6b4cdcd4)
(cherry picked from commit 915aab4dbb)
2020-11-18 19:28:36 +00:00
..
contrib Fix service-get-log to respect server filters 2020-11-18 19:28:36 +00:00
middleware Handle string status codes in logging 2018-12-21 10:41:57 -06:00
openstack Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
schemas Allow extra parameters in volume_type_encryption 2018-08-08 15:17:03 -05:00
v2 Remove deprecated query_volume_filters config option 2018-11-28 15:53:44 +00:00
v3 Fix code-block JSON format issues 2019-10-07 19:40:11 +00:00
validation Remove DeprecationWarning of "decodestring()" 2018-11-02 14:41:51 +07:00
views Fix typo in the comment 2019-02-27 16:20:37 +00:00
__init__.py Remove API v1 2017-09-06 07:39:10 -05:00
common.py Handling filters in Generalized Filtering API 2019-03-27 16:14:08 +00:00
extensions.py Add OS-SCH-HNT in extensions list 2019-06-08 13:30:09 +00:00
microversions.py Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
urlmap.py Remove unused logging import and LOG global var 2016-05-20 17:17:38 +08:00
versions.py Exclude disabled API versions from listing 2018-09-26 23:31:46 +00:00