masakari-monitors/releasenotes/notes/bug-1866660-ef8624f5283b2e5e.yaml
Liam Young 8cb4de9e65 Use hostname to avoid clash with section
Switch to using 'hostname' rather than 'host' to specify the
Hostname, FQDN or IP address of this host. This is to avoid a
clash with a section of the same name *1

*1 https://github.com/openstack/masakari-monitors/blob/master/masakarimonitors/conf/host.py#L87

Change-Id: I7d95b063c2eabbd8893857b5e1e7d342db0aebec
Closes-Bug: #1866660
2020-03-30 09:21:03 +01:00

12 lines
429 B
YAML

---
features:
- |
A 'hostname' option has been added to the Masakari monitors configuration
file which replaces the 'host' option. The option should be used to specify
the Hostname, FQDN or IP address of the host.
deprecations:
- |
The 'host' option in the 'DEFAULT' section has been deprecated as it
clashes with the name of a section in the same file. It has been replaced
by the 'hostname' option.