cc_staff
1,486
edits
No edit summary |
|||
Line 60: | Line 60: | ||
===Creating an Image From a Volume=== | ===Creating an Image From a Volume=== | ||
Creating an image from a volume allows you to download the image and convert it to | Creating an image from a volume allows you to download the image and convert it to a virtual box image and make it available to VMs in virtual box. | ||
{{Command|cinder upload-to-image --disk-format qcow2 --container-format bare <volume_id> <image_name>}} | {{Command|cinder upload-to-image --disk-format qcow2 --container-format bare <volume_id> <image_name>}} | ||
where <volume_id> 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. This uses one of the command line clients available for OpenStack see [[OpenStack#Command Line Clients]] for more details about working with command line clients. 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== |