ironic/releasenotes/notes/add-validate-rescue-2202e8ce9a174ece.yaml
Shivanand Tendulker 9a110e01bd Add validate_rescue() method to network interface
Adds validate_rescue() method to network interface to validate
rescuing network. This method is called by rescue.validate().

Change-Id: Iccac602047eec10f03ef6eaf2dbe716efd6e7f9a
Closes-Bug: #1747100
2018-02-05 03:00:12 -05:00

9 lines
328 B
YAML

---
other:
- |
Adds new method ``validate_rescue()`` to network interface to validate
rescuing network. This method is called during validation of rescue
interface. This fixes the `validation of rescuing network based on
network type in rescue interface
<https://bugs.launchpad.net/ironic/+bug/1747100>`_.