Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add '--name' option to the 'upload-disk' command to allow users to define a custom alias name for the new uploaded disk. If ommited, default behaviour remains, taking the source image filename as an alias. usage: ovirt-img upload-disk [-h] [-c CONFIG] [--engine-url ENGINE_URL] [--username USERNAME] [--password-file PASSWORD_FILE] [--cafile CAFILE] [--log-file LOG_FILE] [--log-level LOG_LEVEL] [--max-workers MAX_WORKERS] [--buffer-size BUFFER_SIZE] -s STORAGE_DOMAIN [-f {raw,qcow2}] [--preallocated] [--disk-id DISK_ID] [--name NAME] filename .... --name NAME Alias name for the new disk. If not specified, name will correspond with the image filename. Closes: #121 Signed-off-by: Albert Esteve <aesteve@redhat.com>
- Loading branch information