openstack-ansible-openstack.../vars
Jesse Pretorius 23ad4822cc Ensure that linux-image-extra matches running kernel
When the host is installed, the loading of the kernel module
'vhost_net' may fail due to the module not being installed.

Currently the role installs the 'linux-image-extra-virtual'
package which will install the latest kernel and latest
extras package, but this may not match the running kernel on
the host.

This results in the following error when trying to load the
vhost_net module:

modprobe: FATAL: Module vhost_net not found.

This patch ensures that the linux-image-extra package
installed matches that of the running kernel.

Change-Id: I08271fcdfae3977f202ad7d6b03f61ab00e64370
2016-10-05 13:27:23 +00:00
..
redhat-7.yml Fix module loading on centos hosts. 2016-09-06 08:59:36 -05:00
ubuntu-14.04.yml Ensure that linux-image-extra matches running kernel 2016-10-05 13:27:23 +00:00
ubuntu-16.04.yml Ensure that linux-image-extra matches running kernel 2016-10-05 13:27:23 +00:00