Browse code

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

Attila Fazekas authored on 2015/11/07 02:18:57
Showing 1 changed files
... ...
@@ -7,6 +7,7 @@ gawk
7 7
 genisoimage # required for config_drive
8 8
 iptables
9 9
 iputils
10
+kernel-modules # dist:f21,f22,f23
10 11
 kpartx
11 12
 kvm # NOPRIME
12 13
 libvirt-bin # NOPRIME