1aecb07b6f
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
12 lines
451 B
YAML
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.
|