The following method was tested with FreeBSD 9.1 image bundled into Grizzly version of OpenStack running on Ubuntu 12.04
Create a raw image which emulates the Hard Drive.
kvm-img create -f qcow2 freebsd.img 5G
The following method was tested with FreeBSD 9.1 image bundled into Grizzly version of OpenStack running on Ubuntu 12.04
Create a raw image which emulates the Hard Drive.
kvm-img create -f qcow2 freebsd.img 5G
Sometimes we would need an image directly bundled from a running instance. In that case we can use the following steps to bundle an image.
Continue reading “Bundling an OpenStack image from a running Instance at administration level”