ironic/releasenotes/notes/fake-interfaces-9778071f6379227b.yaml
Dmitry Tantsur d4b99401af Derive FakeHardware from GenericHardware
Currently FakeHardware supports any interfaces because of a hack in the
driver factory. However, when calculating the defaults we still rely on
supported_***_interfaces in it, which makes enabling fake-hardware
with non-fake interfaces harder than it should be.

Change-Id: Ic90c94a85c32fab19ba1a40d7d826a8a65c027e7
2021-12-16 15:27:39 +01:00

7 lines
195 B
YAML

---
other:
- |
The ``fake-hardware`` hardware types now explicitly declares support
for all generic interface implementations, so that they can be used
in the defaults calculation.