cinder/cinder/api
Sofia Enriquez 915aab4dbb 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)
2020-10-27 21:09:19 +00:00
..
contrib Fix service-get-log to respect server filters 2020-10-27 21:09:19 +00:00
middleware Move some code out of utils.py 2019-08-26 11:34:20 -04:00
openstack Denote max microversion for Train 2019-09-11 11:21:34 -05:00
schemas Allow extra parameters in volume_type_encryption 2018-08-08 15:17:03 -05:00
v2 Modify default/delete volume type logic 2020-09-21 11:08:49 +00:00
v3 Modify default/delete volume type logic 2020-09-21 11:08:49 +00:00
validation Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04: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
api_utils.py Move some code out of utils.py 2019-08-26 11:34:20 -04:00
common.py Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04:00
extensions.py Add OS-SCH-HNT in extensions list 2019-06-07 08:38:06 +05:30
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