diff --git a/glanceclient/v2/shell.py b/glanceclient/v2/shell.py index 4d0e3608..9473cf45 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='', 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="", action='append', default=[], help=('Arbitrary property to associate with image.' ' May be used multiple times.'))