4299b38883
New releases of oslo.config support a 'mutable' parameter to Opts. This is only respected when the new method mutate_config_files is called instead of reload_config_files. Masakari delegates making this call to oslo.service, so how do we switch? Icec3e664f3fe72614e373b2938e8dee53cf8bc5e allows services to tell oslo.service they want mutate_config_files to be called by passing a parameter, which this patch does. This allows Masakari to benefit from I1e7a69de169cc85f4c09954b2f46ce2da7106d90, where the 'debug' option (owned by oslo.log) is made mutable. We should be able to turn debug logging on and off by changing the config and sending SIGHUP. Also in this patch configuration parameter 'retry_notification_new_status_interval' is marked as mutable. Part of bp:mutable-config Change-Id: Icf4438b98420eb0e9d35a19cf88831f359c74fe5
9 lines
250 B
YAML
9 lines
250 B
YAML
---
|
|
features:
|
|
- |
|
|
Masakari has been enabled for mutable config.
|
|
Below option may be reloaded by sending SIGHUP to the correct process.
|
|
|
|
'retry_notification_new_status_interval' option will apply to process
|
|
unfinished notifications.
|