ironic/releasenotes/notes/instance-info-interface-override-fix-043df41199529892.yaml
Tzu-Mainn Chen 16aad76a6f Create node get_interface method
A node's interface can be temporarily overriden in instance_info.
However, some parts of the Ironic code still used a node's interface
attribute directly. This change adds a node get_interface method
and updates various parts of the Ironic code to use it.

Change-Id: Ifdaa21383f71b501bccb6cf8fe80e5b34661b6ae
2021-11-08 21:25:40 +00:00

8 lines
257 B
YAML

---
fixes:
- |
Fixes 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.