update required kernel

The required kernel was set to 4.2 though that's not an option in
xenial. This change updates the required kernel to 4.4.

Change-Id: I09c4c241f0c4ba1e62a34d76fd3f7ce8d6486c6f
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
(cherry picked from commit 72a9838583)
This commit is contained in:
Kevin Carter 2018-03-23 09:41:29 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 91a8d3058c
commit 3ad5a308fc
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
cache_timeout: 600
## Defined required kernel
openstack_host_required_kernel: 4.2.0-18-generic
openstack_host_required_kernel: 4.4.0-0-generic
openstack_host_sysstat_file: /etc/default/sysstat
openstack_host_cron_template: sysstat.cron.debian.j2
openstack_host_module_file: /etc/modules
@ -25,7 +25,7 @@ openstack_host_module_file: /etc/modules
## Kernel modules loaded on hosts
openstack_host_kernel_modules:
- name: 8021q
- name: "{% if hostvars[inventory_hostname]['ansible_kernel'] | version_compare('4.4', '>=') %}br_netfilter{% endif %}"
- name: br_netfilter
- name: dm_multipath
- name: dm_snapshot
- name: ebtables