Current Series Release Notes¶
4.11.0-3¶
New Features¶
The
image-downloadcommand now supports the--preferparameter to suggest which stores to try when downloading images. The prefer parameter accepts a comma-separated list of store identifiers.If the image is not found in any of the specified stores, Glance will fall back to trying all available stores.
Example usage:
glance image-download <image-id> --prefer store1,store2 --file image.qcow2
Store identifiers are site-specific and can be discovered using the
stores-infocommand.