| ... | ... | @@ -16,9 +16,13 @@ Run |
|
|
|
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 owner_specified.openstack.gui_access=<true/false> \
|
|
|
|
--property owner_specified.openstack.created_by=munikypo \
|
|
|
|
--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).
|
|
|
|
|
|
|
|
`owner_specified.openstack.gui_access` marks whether the image has desktop and VNC/RDP server installed.
|
|
|
|
|
|
|
|
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 |