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
(cherry picked from commit 3d4c6d2dd1)
This commit is contained in:
Clark Boylan 2017-04-12 13:57:36 -07:00
parent da567a4ecd
commit 36b5bcb0f3
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ cryptsetup
genisoimage
gir1.2-libosinfo-1.0
lvm2 # NOPRIME
netcat-openbsd
open-iscsi
python-guestfs # NOPRIME
qemu-utils