openstack-ansible/releasenotes/notes/fix-mysql-overrides-e5362ae15c657214.yaml
Andy McCrae 009a37ee4b Fix SHAs for Pike milestone-3
For Pike Milestone 3 we need to fix the SHA's before we release.

Change-Id: I471a426442cf6913b21eb21b7e50138557bd6cfd
2017-07-25 21:59:47 +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.