This will demonstrate booting an Ubuntu cloud image locally
under qemu-system-x86_64 and providing it information on a second disk
that is read by the NoCloud datasource in cloud-init.
To keep the original image clean we use qemu-img to create a
copy-on-write image in qcow2 format backed by the original
ubuntu-16.04-server-cloudimg-amd64-disk1.img .
‘cloud-localds’ is used to create the ‘seed.img’ is available in
the cloud-image-utils package.
######