not operator release notes

Change-Id: I1d5c0a075948764e8e6fd19ec441a1fdf4b8436a
This commit is contained in:
Alexey Weyl 2017-06-06 11:01:13 +00:00
parent 4f99d8baa9
commit 6fd8d07780

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.