ironic/releasenotes/notes/add-validate-rescue-to-boot-interface-bd74aff9e250334b.yaml
Shivanand Tendulker 1c162058e3 Add validate_rescue() method to boot interface
Adds validate_rescue() method to boot interface to validate node's
boot properties related to rescue operation. This method is called
by the validate() method of rescue interface.

Closes-Bug: #1747467
Change-Id: Ib68d49a9cdb2ae4a5d43b90716c0a0c1166398c0
2018-02-09 06:43:29 -05:00

7 lines
212 B
YAML

---
other:
- |
Adds new method ``validate_rescue()`` to boot interface to validate
node's properties related to rescue operation. This method is called
by the validate() method of rescue interface.