blob: 82ea219f8551e5849061f5fc8c80ed3ce0becad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---
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.
|