Install kernel-modules package on fedora

Since f21 the kernel modules are split to multiple packages
and by default just the core modules gets installed.

nova requires iscsi_tcp module for attaching a volume
from any iscsi source (default cinder lvm setup).

On el7 it is not required.

Change-Id: I31705720ade5defd1b6d4b95bc51c2a11a5f0364
Related-Bug: #1429504
This commit is contained in:
Attila Fazekas 2015-11-06 18:18:57 +01:00 committed by Ian Wienand
parent c416d8b94f
commit f6cee0fa20

View File

@ -7,6 +7,7 @@ gawk
genisoimage # required for config_drive
iptables
iputils
kernel-modules # dist:f21,f22,f23
kpartx
kvm # NOPRIME
libvirt-bin # NOPRIME