kolla-ansible/releasenotes/notes/module-load-946eaecb55cb31f0.yaml
Cédric Jeanneret 778dba94a4 Load known, standard kernel modules from the host, not within containers
Known kernel modules are:
- dm-multipath (for multipathd)
- ip_vs (for keepalived)
- iscsi_tcp (for ironic-conductor)
- openvswitch (for openvswitch-vswitchd)

Change-Id: I1841ec30cde142c8019830ad3190847dfe493eb9
2018-10-11 10:26:34 +02:00

6 lines
201 B
YAML

---
features:
- Adds support for loading kernel modules required by containers. This is
required since kolla images are removing support for loading kernel modules
from within the container.