diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index d44abcc92..f47b83c5b 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -140,7 +140,7 @@ def do_backup_list(cs, args): action='store_true', help='Show detailed information about pools.') @utils.arg('--filters', - type=str, + type=six.text_type, nargs='*', start_version='3.33', metavar='',