Merge "Allow setting x-image-meta-store through shell on image creation"

This commit is contained in:
Jenkins
2012-11-26 23:20:19 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -140,6 +140,8 @@ def do_image_download(gc, args):
help='ID of image to reserve.')
@utils.arg('--name', metavar='<NAME>',
help='Name of image.')
@utils.arg('--store', metavar='<STORE>',
help='Store to upload image to.')
@utils.arg('--disk-format', metavar='<DISK_FORMAT>',
help='Disk format of image. ' + DISK_FORMATS)
@utils.arg('--container-format', metavar='<CONTAINER_FORMAT>',