ironic/releasenotes/notes/no-fake-308b50d4ab83ca7a.yaml
Dmitry Tantsur 2d3e7e9ccc Remove the remaining fake drivers
The following drivers are removed here:
* fake_ilo
* fake_drac
* fake_irmc
* fake_ucs
* fake_cimc
* fake_oneview

Some clean up can be done in the unit tests, but this is out of scope
for this change.

Change-Id: Ifce3f9102384e1424d4ab624d32929f5e832206d
2018-06-18 18:52:04 +02:00

24 lines
549 B
YAML

---
upgrade:
- |
All fake classic drivers, deprecated in the Queens release, have been
removed. This includes:
* ``fake``
* ``fake_agent``
* ``fake_cimc``
* ``fake_drac``
* ``fake_ilo``
* ``fake_inspector``
* ``fake_ipmitool``
* ``fake_ipmitool_socat``
* ``fake_irmc``
* ``fake_oneview``
* ``fake_pxe``
* ``fake_snmp``
* ``fake_soft_power``
* ``fake_ucs``
Please use the ``fake-hardware`` hardware type instead (you can combine
it with any other interfaces, fake or real).