Merge "not operator release notes"

This commit is contained in:
Jenkins 2017-06-06 13:53:27 +00:00 committed by Gerrit Code Review
commit 13d1445d1a

View File

@ -0,0 +1,8 @@
---
features:
- The ``Not Operator`` feature adds support of the ``not`` operator to the
templates language in addition to ``and`` and ``or`` operators.
The ``not`` operator allows scenarios such as -
- Support of High Availability scenarios
- Support of negative scenarios, for example - raise an alarm on host
that has no ``cpu_alarm`` on it.