ironic-inspector/releasenotes/notes/ironic-lib-hints-20412a1c7fa796e0.yaml
Lucas Alvares Gomes 891639612b Use the device hints matching mechanism from ironic-lib
This patch is replacing the ironic-inspector own implementation for
validating the root device hints in favor of the standard one from
ironic-lib.

The implementation in ironic-lib is flexible enough and fits in
ironic-inspector well so no big updates to functional or unittests
are needed.

A new dependency for ironic-lib was added to requirements.txt.

Change-Id: I0f2b8f463232d0d5b42d0b6e343d5c6e336d32c7
Closes-Bug: #1648133
2016-12-16 16:55:51 +00:00

7 lines
271 B
YAML

---
features:
- Adds support for using operators with the root device hints mechanism.
The supported operators are ``=``, ``==``, ``!=``, ``>=``,
``<=``, ``>``, ``<``, ``s==``, ``s!=``, ``s>=``, ``s>``,
``s<=``, ``s<``, ``<in>``, ``<all-in>`` and ``<or>``.