* Add the python-cinderclient and oslo-rootwrap packages
to the Glance image. When Glance uses Cinder to store
image data it needs:
A) The python-cinderclient python package to communicate with
Cinder's API and
B) The oslo-rootwrap python package to execute actions that
require privilege escalation like attaching an iSCSI target via
iscsadm.
* Add qemu-utils to the Glance image.
When Glance is configured to do image conversion after an image is
uploaded but before it's stored, it will rely on the 'qemu-img'
tool to perform image conversion from the source to the
destination image format.
Co-Authored-By: Kaloyan Kotlarski <kaloyan.kotlarski@storpool.com>
Change-Id: Iccc6441e38ad0bca081d3028dfcf56cd15198e01