ironic/releasenotes/notes/instance-info-interface-override-fix-043df41199529892.yaml
Riccardo Pittau 5f35896bfb Prepare for bugfix release
Change-Id: I8b4900831bd4828f61926c92d4c53f818a8a087a
2021-12-06 12:46:11 +01:00

8 lines
262 B
YAML

---
fixes:
- |
Fixes an issue with a node's instance_info interface override caused when
Ironic uses the interface attribute directly. Does so by adding a
``get_interface`` method to a node, and updating the Ironic code to use
it where needed.