cc_staff
1,486
edits
Line 62: | Line 62: | ||
Creating an image from a volume allows you to download the image either for a backup or to use in virtual box. | Creating an image from a volume allows you to download the image either for a backup or to use in virtual box. | ||
{{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 <volume_name> can be found from the OpenStack dash board by clicking on the volume name and <image_name> is the name given to the image you are creating | where <volume_name> can be found from the OpenStack dash board by clicking on the volume name and <image_name> is the name given to the image you are creating and <format> is the disk format (two possible values are qcow2 and vmdk). See [[OpenStack#Command Line Clients]] for more details about working with command line. This image can then be downloaded in the way described in [[OpenStack#Downloading an image into a local VirtualBox]] | ||
==Command Line Clients== | ==Command Line Clients== |