| ... | ... | @@ -13,12 +13,16 @@ All openstack commands will then use the credentials. |
|
|
|
### Upload image
|
|
|
|
Run
|
|
|
|
```bash
|
|
|
|
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 \
|
|
|
|
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>
|
|
|
|
--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).
|
| ... | ... | |