cinder/cinder
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
..
api Fix service-get-log to respect server filters 2020-11-18 19:28:36 +00:00
backup Fix cross-project incremental backups 2020-07-06 18:18:49 -03:00
brick Replace 'lvconvert' from rootwrap 2019-02-17 14:33:31 -05:00
cmd Fix online data migrations 2020-05-15 19:37:06 +03:00
common Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
compute Add user messages for extend volume operation 2018-06-01 09:12:07 +08:00
db Fix cross-project incremental backups 2020-07-06 18:18:49 -03:00
group Fix wrong uuid recognized when create group 2018-10-08 09:51:02 +08:00
hacking Fix pylint warning 2018-09-26 21:37:25 -04:00
image RBD: Cleanup temporary file during exception 2020-08-13 15:41:42 +00:00
interface Add get_driver_options method 2019-03-07 09:18:01 -05:00
keymgr Fix "import xxx as xxx" grammar 2019-01-23 15:35:53 +08:00
locale Imported Translations from Zanata 2019-01-13 07:04:20 +00:00
message Set user message on volume create failure 2018-10-26 05:27:36 -04:00
objects Fix cross-project incremental backups 2020-07-06 18:18:49 -03:00
policies Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
privsep Revert "Remove truncate from rootwrap filters" 2019-03-06 10:08:10 -05:00
scheduler Fix DriverFilter to accept None volume type 2020-05-13 15:10:06 +03:00
tests Fix service-get-log to respect server filters 2020-11-18 19:28:36 +00:00
transfer Support transfer pagination 2019-02-01 10:44:23 +08:00
volume Merge "NetApp SolidFire: Fix replication" into stable/stein 2020-11-06 15:21:05 +00:00
wsgi Prevent double-attachment race in attachment_reserve 2019-07-31 11:38:37 -04:00
zonemanager Add get_driver_options method 2019-03-07 09:18:01 -05:00
__init__.py
context.py Preserve request id in Cinder logs when creating boot volume 2020-04-23 18:22:47 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Fix: Create new cache entry when xtremio reaches snap limit 2020-02-12 09:12:50 +00:00
flow_utils.py
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-08 15:59:29 +01:00
opts.py Use config-table for dynamic config documentation 2019-02-26 16:50:39 -06:00
policy.py Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
quota.py Get rid of keys() usage 2018-09-21 11:07:07 -04:00
quota_utils.py Enable split logging for cinder-keystoneclient interaction 2018-09-26 08:53:30 +00:00
rpc.py Remove deprecated oslo_messaging.get_transport 2017-06-13 14:25:38 +07:00
service.py Refresh the Service.service_id after re-spawning children 2019-10-07 19:39:01 +00:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Merge "Automate generation of volume actions api-ref samples" 2019-03-16 19:34:27 +00:00
utils.py Mask passwords in utils.trace for func params 2019-01-02 17:22:07 +08:00
version.py