diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-07-26 00:48:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-07-26 00:48:04 +0000 |
| commit | c73828c5cede28488d68eadf06d2e4f0454495d9 (patch) | |
| tree | c45ca06fc21d74d3b635f9b18c972b4dd0becdd5 /cinderclient/v3/shell.py | |
| parent | 585a4fff8ecc18caa294eefed15171f95841f456 (diff) | |
| parent | a87622ead5b3bc3dc2573aae134fb8a3971861eb (diff) | |
| download | python-cinderclient-c73828c5cede28488d68eadf06d2e4f0454495d9.tar.gz | |
Merge "Fix support for Unicode value filters"
Diffstat (limited to 'cinderclient/v3/shell.py')
| -rw-r--r-- | cinderclient/v3/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py index d44abcc..f47b83c 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='<key=value>', |
