The libguestfs dependency tree includes a number
of packages that we may not want or work everywhere, such as fuse.
Now python-(lib)guestfs will install from lib/nova_plugins/hypervisor-libvirt
Change-Id: I6c3a614010ee8d65813eec66a56680def622514c
We were already installing this for n-cpu on rpm distros, but not
Ubuntu. Install it so that nova-compute can use it for file injection,
which is the preferred method over nbd.
Set CONF.libvirt.inject_partition to -1. This enables using libguestfs to
determine the proper partition to inject into.
Don't bother trying to load the nbd kernel module anymore. It won't be used
since we know always expect libguestfs to be installed.
Change-Id: Ifa9d95bf759f1dad8685590a2df242d852dd2cb0
oneiric is long dead, remove references to it whenever possible
(one more subtle issue in cinder should be a seperate patch). This
includes removing the oneiric only tool build_uec.sh.
also remove the bulk of references to quantal, which is 8 months
out of support. note: raring only has support for the rest of the
month.
Change-Id: Ib17502be7572af76dc95560615221b48b970a547
This patch is to support the nova patch that adds
Fibre Channel support to nova. Fibre Channel requires
sysfsutils, sg3-utils, multipath-tools
Change-Id: I9e44ef9152f1916b245dba3be77076f0283fed44