Managing your cloud resources with OpenStack: Difference between revisions

Jump to navigation Jump to search
Gave a brief description and link about what virtualbox is.
No edit summary
(Gave a brief description and link about what virtualbox is.)
Line 233: Line 233:
[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 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.


To use an image downloaded from an OpenStack cloud in 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
{{Command|sudo apt-get install qemu-img}}
{{Command|sudo apt-get install qemu-img}}
then do the conversion with
then do the conversion with
cc_staff
1,486

edits

Navigation menu