Any option to check progress of glance image creation in Openstack Queens
openstack image create usage: openstack image create [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--fit-width] [--print-empty] [--noindent] [--prefix PREFIX] [--id <id>] [--container-format <container-format>] [--disk-format <disk-format>] [--min-disk <disk-gb>] [--min-ram <ram-mb>] [--file <file> | --volume <volume>] [--force] [--protected | --unprotected] [--public | --private | --community | --shared] [--property <key=value>] [--tag <tag>] [--project <project>] [--project-domain <project-domain>] <image-name> openstack image create: error: too few arguments
What option can be used to check the progress of openstack image create in Queens version openstack --version openstack 3.14.0
Not sure about the openstack client, but the glance client has a
--progress
option. I can't check if it works with API v2, so you need to try it out.