ironic/releasenotes/notes/instance-info-interface-ove...

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.