Bureaucrats, cc_docs_admin, cc_staff
2,879
edits
(copyediting) |
(add links for image formats) |
||
Line 111: | Line 111: | ||
{{Command|openstack image create --disk-format <format> --volume <volume_name> <image_name>}} | {{Command|openstack image create --disk-format <format> --volume <volume_name> <image_name>}} | ||
where | where | ||
* <format> is the disk format (two possible values are qcow2 and vmdk), | * <format> is the disk format (two possible values are [https://en.wikipedia.org/wiki/Qcow qcow2] and [https://en.wikipedia.org/wiki/VMDK vmdk]), | ||
* <volume_name> can be found from the OpenStack dashboard by clicking on the volume name, and | * <volume_name> can be found from the OpenStack dashboard by clicking on the volume name, and | ||
* <image_name> is a name you choose for the image. | * <image_name> is a name you choose for the image. |