2 Commits

Author SHA1 Message Date
Lucas Alvares Gomes
45b85e580e Docs: Document using operators with root device hints
This patch is adding documentation for operators in root device hints:
In which release they are available, what are the supported operators
and few usage examples.

The patch also adds a link to the documentation in the release note.

Closes-Bug: #1561137
Change-Id: I419ca5b07238a3996bcc0c76560349ad70a93f52
2016-11-16 14:42:38 +00:00
Lucas Alvares Gomes
2383d8d014 Replace parse_root_device_hints with the ironic-lib version one
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
2016-10-14 12:05:25 -03:00