ironic-inspector/releasenotes/notes/ironic-lib-hints-20412a1c7f...

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>``.