blob: 112345be2ab023df1e995b4cb87494c68638c715 (
plain)
1
2
3
4
5
6
7
|
---
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.
|