summaryrefslogtreecommitdiff
path: root/glanceclient/v1
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-03-06 22:41:58 +0800
committercaoyuan <cao.yuan@99cloud.net>2019-03-27 09:06:39 +0000
commitb8ecb0bc0386fe4b001d6122004c4bb3f6e22a71 (patch)
tree00c673186d0c583f74e10603a0fe5562d84a6dea /glanceclient/v1
parent60a707e73a9ad52cdacd23933cb3a5ac4d419eef (diff)
downloadpython-glanceclient-b8ecb0bc0386fe4b001d6122004c4bb3f6e22a71.tar.gz
Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8 Change-Id: Ifc3b96d98c1a7feff187f953d487e12135887fb9
Diffstat (limited to 'glanceclient/v1')
-rw-r--r--glanceclient/v1/shell.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index fff7490..c60ee3f 100644
--- a/glanceclient/v1/shell.py
+++ b/glanceclient/v1/shell.py
@@ -45,11 +45,11 @@ _bool_strict = functools.partial(strutils.bool_from_string, strict=True)
help='Filter images to those that changed since the given time'
', which will include the deleted images.')
@utils.arg('--container-format', metavar='<CONTAINER_FORMAT>',
- help='Filter images to those that have this container format. '
- + CONTAINER_FORMATS)
+ help='Filter images to those that have this container format. ' +
+ CONTAINER_FORMATS)
@utils.arg('--disk-format', metavar='<DISK_FORMAT>',
- help='Filter images to those that have this disk format. '
- + DISK_FORMATS)
+ help='Filter images to those that have this disk format. ' +
+ DISK_FORMATS)
@utils.arg('--size-min', metavar='<SIZE>', type=int,
help='Filter images to those with a size greater than this.')
@utils.arg('--size-max', metavar='<SIZE>', type=int,