2021-11-08 20:30:52 +00:00
|
|
|
---
|
|
|
|
fixes:
|
|
|
|
- |
|
2021-12-06 12:46:11 +01:00
|
|
|
Fixes an issue with a node's instance_info interface override caused when
|
2021-11-08 20:30:52 +00:00
|
|
|
Ironic uses the interface attribute directly. Does so by adding a
|
2021-12-06 12:46:11 +01:00
|
|
|
``get_interface`` method to a node, and updating the Ironic code to use
|
|
|
|
it where needed.
|