openstack-ansible/releasenotes/notes/specific_kernel_modules_with_group_vars-8d169f564ffd450c.yaml
melissaml e60cbcdf15 fix typos in documentation
Change-Id: I8aad7184df1249cd0caaf8ec40b0f7872556670d
2018-04-23 12:47:56 +08:00

26 lines
636 B
YAML

---
upgrade:
- |
If you have overridden your
``openstack_host_specific_kernel_modules``, please
remove its group matching, and move that override
directly to the appropriate group.
Example, for an override like:
.. code-block:: yaml
- name: "ebtables"
pattern: "CONFIG_BRIDGE_NF_EBTABLES"
group: "network_hosts"
You can create a file for the network_host group,
inside its group vars folder
``/etc/openstack_deploy/group_vars/network_hosts``,
with the content:
.. code-block:: yaml
- name: "ebtables"
pattern: "CONFIG_BRIDGE_NF_EBTABLES"