Managing your cloud resources with OpenStack/en: Difference between revisions

Updating to match new version of source page
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 197: Line 197:


=Creating a VirtualBox VM from a Cloud Image=
=Creating a VirtualBox VM from a Cloud Image=
[https://www.virtualbox.org/ VirtualBox] is a software package which allows you to create and run VMs on your desktop or laptop. It can be run on many different host operating systems, and supports a wide range of guest operating systems.
[https://www.virtualbox.org/ VirtualBox] is a software package which allows you to create and run virtual machines on your desktop or laptop. It can be run on many different operating systems (Windows, Linux, Mac) and the virtual machines it creates may run one of many different operating systems.


To use a QCOW2 image downloaded from an OpenStack cloud, as shown above, with VirtualBox you will need to convert the image in the qcow2 format to the vmdk format. This can be done with the <code>qemu-img</code> tool. This can be installed with something like
To use a QCOW2 image downloaded from an OpenStack cloud, as shown above, with VirtualBox you will need to convert the image in the qcow2 format to the vmdk format. This can be done with the <code>qemu-img</code> tool. This can be installed with something like
38,897

edits