![Liam Young](/assets/img/avatar_default.png)
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
12 lines
429 B
YAML
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.
|