summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-19 09:14:31 +0000
committerGerrit Code Review <review@openstack.org>2014-09-19 09:14:31 +0000
commit8a877b2752162d6a2db43d7d61d6311c4f42285b (patch)
tree64cad48d83ae1412c00dc9dd7723d6e38ac2156a
parent83808076a17970387aeabb8de75c5c9fa57634e5 (diff)
parent8770586e7a14d1954bf759349297833f706c8d2a (diff)
downloadpython-glanceclient-0.14.1.tar.gz
Merge "CLI image-update gives a wrong help on '--tags' param"0.14.1
-rw-r--r--glanceclient/v2/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glanceclient/v2/shell.py b/glanceclient/v2/shell.py
index 91f0b6f..bc862c2 100644
--- a/glanceclient/v2/shell.py
+++ b/glanceclient/v2/shell.py
@@ -57,7 +57,7 @@ def do_image_create(gc, args):
@utils.arg('id', metavar='<IMAGE_ID>', help='ID of image to update.')
-@utils.schema_args(get_image_schema, omit=['id', 'locations'])
+@utils.schema_args(get_image_schema, omit=['id', 'locations', 'tags'])
@utils.arg('--property', metavar="<key=value>", action='append',
default=[], help=('Arbitrary property to associate with image.'
' May be used multiple times.'))