ironic/releasenotes/notes/noop-mgmt-a4b1a248492c7638.yaml
Dmitry Tantsur 1aecb07b6f Add the noop management interface to the manual-management hardware type
The current fake management interface fails when setting boot device to
disk, which makes manual-management unusable with boot_option:local.
As always with the noop management, we expect an operator to correctly
configure the boot order (e.g. to PXE with fall back to disk).

Change-Id: I551efa1a23dd3d6b33401610f298f436e8317539
2018-11-21 11:05:39 +01:00

12 lines
451 B
YAML

---
deprecations:
- |
Using the ``fake`` management interface with the ``manual-management``
hardware type is deprecated, please use ``noop`` instead. Existing nodes
will have to be updated after the upgrade.
fixes:
- |
The ``manual-management`` hardware type now defaults to the ``noop``
management interface. Unlike the ``fake`` management interface, it does
not fail on attempt to set the boot device to the local disk.