openstack-ansible-openstack.../releasenotes/notes/specific_kernel_modules_with_group_vars-8d169f564ffd450c.yaml
melissaml 83b6015f8a fix a typo in documentation
Change-Id: I2157cf5704d5b760264e0626f3bd7f18adc866de
2018-03-23 08:19:06 +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"