Install netcat for libvirt live migration
Libvirt live migration requires netcat. It appears that newer UCA packages may not automagically pull this in so explicitly list it as a dependency of nova compute here. Note that netcat/netcat-traditional do not appear to work and netcat-openbsd is required. Change-Id: If2dbc53d082fea779448998ea12b821bd037a14e
This commit is contained in:
parent
42414520b7
commit
3d4c6d2dd1
@ -2,6 +2,7 @@ cryptsetup
|
||||
genisoimage
|
||||
gir1.2-libosinfo-1.0
|
||||
lvm2 # NOPRIME
|
||||
netcat-openbsd
|
||||
open-iscsi
|
||||
python-guestfs # NOPRIME
|
||||
qemu-utils
|
||||
|
Loading…
Reference in New Issue
Block a user