1,221
edits
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 90: | Line 90: | ||
{{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 | * <format> is the disk format (two possible values are qcow2 and 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. | ||
You can then [[OpenStack#Downloading an image | | You can then download the image as described in [[OpenStack#Downloading an image into a local VirtualBox | Downloading an image into a local VirtualBox]]. | ||
=Creating an Image From a VM= | =Creating an Image From a VM= |
edits