Remove kernel modules: scsi_dh + x_tables

These kernel modules do not exist on CentOS 7 and this patch
removes them.

Change-Id: I4cce2cd61319a59f2c3c8ff5688ef21fdd1e2f11
Signed-off-by: Major Hayden <major@mhtx.net>
This commit is contained in:
Major Hayden 2018-03-05 07:17:51 -06:00
parent e2a46c1b7a
commit f158726ac2
1 changed files with 0 additions and 4 deletions

View File

@ -43,11 +43,7 @@ openstack_host_kernel_modules:
- name: nf_defrag_ipv4
- name: nf_nat
- name: nf_nat_ipv4
# TODO (odyssey4me): revise the minimum kernel version once this kernel version is commonplace
# If we end up with more requirements like this, then we should change the approach.
- name: "{% if hostvars[inventory_hostname]['ansible_kernel'] | version_compare('4.4.0-0', '<') %}scsi_dh{% endif %}"
- name: vhost_net
- name: x_tables
## Bare metal base packages
_openstack_host_metal_distro_packages: