diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index f8c057061..94ee80a83 100644 --- a/cinderclient/v3/shell.py +++ b/cinderclient/v3/shell.py @@ -139,7 +139,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='',