kayobe/releasenotes/notes/fix-persistent-sysctls-1aef170599a49608.yaml
Mark Goddard 8ad23be9eb Persistent sysctls broken due to missing .conf suffix
Kayobe provides support for setting arbitrary sysctls on hosts. These
should be persistent, but the configuration file used
(/etc/sysctl.d/kayobe) does not have the required .conf extension, so
the file is ignored.

This change adds a .conf suffix to make the file
/etc/sysctl.d/kayobe.conf.

Change-Id: I222250a91bc28aed9577293534cf481579992f52
Story: 2002972
Task: 22980
2018-07-13 19:36:21 +01:00

7 lines
196 B
YAML

---
fixes:
- |
Fixes an issue where persistent sysctls were not being applied after a
reboot. See `story 2002972
<https://storyboard.openstack.org/#!/story/2002972>`__ for details.