2383d8d014
This patch is replacing the parse_root_device_hints() method from deploy_utils.py with the ironic-lib version. The parse_root_device_hints() method is only being used to verify the syntax of the root device hints, finding/matching a disk with the hints is performed by IPA. The ironic-lib version also does add support for using operators such as (>=, >, <, etc...) to finding a suitable disk device. Closes-Bug: #1561137 Depends-On: Id93dd0360137df600f5a656348279e56c6b84bf9 Change-Id: I4516d9f1f1733be26ae603b70c1e59ccf19e0448
7 lines
282 B
YAML
7 lines
282 B
YAML
---
|
|
features:
|
|
- Adds support for using operators with the root device hints mechanism.
|
|
The currently supported operators are, ``=``, ``==``, ``!=``, ``>=``,
|
|
``<=``, ``>``, ``<``, ``s==``, ``s!=``, ``s>=``, ``s>``, ``s<=``,
|
|
``s<``, ``<in>``, ``<all-in>`` and ``<or>``.
|