Add python-libguestfs to RPM list

libguestfs appears to be the best way to access images for injection,
so add the python bindings to the RPM list.  Indeed, on RHEL it is the
only way, because the fallback of nbd access isn't available.  There,
this change prevents a lot of errors in nova.virt.disk.vfs.localfs
when it can't import the nbd module.

Change-Id: I9c2a81bb7c26bc17f8b5f1b5a682c05a419b33ba
This commit is contained in:
Ian Wienand 2013-06-28 14:21:17 +10:00
parent 53a683b916
commit 4ca55309f2

View File

@ -4,3 +4,4 @@ lvm2
genisoimage
sysfsutils
sg3_utils
python-libguestfs