From a87622ead5b3bc3dc2573aae134fb8a3971861eb Mon Sep 17 00:00:00 2001 From: junboli Date: Fri, 30 Jun 2017 11:13:03 +0800 Subject: [PATCH] Fix support for Unicode value filters Cinder supports Unicode value filters for API get-pools, therefore, Here needs to support Unicode value filters as well. Change-Id: I51df61f9465d84c408fc057443a37834c453de41 Closes-Bug: #1701427 --- cinderclient/v3/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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='',