diff options
| author | Jenkins <jenkins@review.openstack.org> | 2014-09-19 09:14:31 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2014-09-19 09:14:31 +0000 |
| commit | 8a877b2752162d6a2db43d7d61d6311c4f42285b (patch) | |
| tree | 64cad48d83ae1412c00dc9dd7723d6e38ac2156a | |
| parent | 83808076a17970387aeabb8de75c5c9fa57634e5 (diff) | |
| parent | 8770586e7a14d1954bf759349297833f706c8d2a (diff) | |
| download | python-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.py | 2 |
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.')) |
