ironic-inspector/releasenotes/notes/rules-invert-2585173a11db3c31.yaml
Dmitry Tantsur b5fd510db4 Add invert option to rule conditions
Some conditions do not have a native counterparts, so we need a way
to invert them (aka NOT operation). This patch adds a new generic
parameter "invert", defaulting to False.

Change-Id: I50342689ba52346a5a4fbf362536b629fc688986
2016-02-29 13:48:55 +01:00

5 lines
132 B
YAML

---
features:
- Introspection rules conditions got a new generic "invert" parameter that
inverts the result of the condition.