aodh/releasenotes/notes/deprecate-combination-alarms-7ff26b73b61a0e59.yaml
Julien Danjou 20abf3b1fb api: deprecate and disable combination alarms
The combination alarms are officially deprecated and disabled by
default. Set api.enable_combination_alarms to True to enable them.
Existing alarms will still be evaluated, but access to them via the API
is linked to whether that configuration option is turned on or off.

Change-Id: Ic972473d7a19591e74f93afb5c826e3e56e12746
2016-05-19 15:11:35 +02:00

8 lines
356 B
YAML

---
deprecations:
- The combination alarms are officially deprecated and disabled by default.
Set api.enable_combination_alarms to True to enable them.
Existing alarms will still be evaluated, but access to them via the API is
linked to whether that configuration option is turned on or off.
It's advised to use composite alarms instead.