ironic/releasenotes/notes/drac-missing-lookup-3ad98e918e1a852a.yaml
Lucas Alvares Gomes 3afbfaf40a Fix missing lookup() vendor method error for pxe_drac
In order to the pxe_drac to work with IPA ramdisks, the vendor interface
should expose the lookup() method. This patch is adding it to the list
of mapped vendor methods for that driver.

Closes-Bug: #1541858
Change-Id: I0cc13550bbf980ee48579d750120d4c33d1fe6a1
2016-02-04 14:25:46 +00:00

5 lines
137 B
YAML

---
fixes:
- Add missing "lookup" method to the pxe_drac driver vendor interface
enabling it to be deployed using the IPA ramdisk.