| ... | ... | @@ -6,3 +6,5 @@ Folow [this guide](https://cloud.gitlab-pages.ics.muni.cz/documentation/cli/#get |
|
|
|
Once you have access to OpenStack via console, use ```openstack image create --file <pathToImage> --property hw_scsi_model=virtio-scsi --property hw_disk_bus=scsi --property hw_rng_model=virtio --property hw_qemu_guest_agent=yes --property os_require_quiesce=yes --property os_type=<linux/windows> --property os_distro=<distroName> <newImageName>```.
|
|
|
|
|
|
|
|
List of valid distribution names and more properties is [here](https://docs.openstack.org/glance/latest/admin/useful-image-properties.html).
|
|
|
|
|
|
|
|
While the image is uploading, nothing is printed to the console. List of values of the image is printed after it is successfully uploaded. If the upload gets interrupted, you have to start over. |
|
|
\ No newline at end of file |