16aad76a6f
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
8 lines
257 B
YAML
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.
|