openstack-ansible-galera_se.../releasenotes/notes/fix-mysql-overrides-e5362ae15c657214.yaml
Miguel Alex Cantu 34f52a673e Add ignore_none_type to config_template
The .cnf files can have valueless options present.
This commit ensures that these valueless options are not ignored

Addtionally, my.cnf overrides are added to the variable overrides
test file to ensure that the my.cnf file can run through the
config_template engine properly.

Change-Id: I8b09c2520c84bb43353b4c56bac157259f71b041
Closes-Bug: #1693234
2017-06-27 16:19:23 +00:00

9 lines
347 B
YAML

---
fixes:
- |
Mysql cnf files can now be properly overridden. The config_template
module has been extended to support valueless options, such as those that
are found in the my.cnf file(i.e. `quick` under the `mysqldump` section).
To use valueless options, use the `ignore_none_type` attribute of the
config_template module.