tripleo-common/releasenotes/notes/fencing-hw-types-fddcdb6bf6d79414.yaml
Dmitry Tantsur 812d7e6cbb Fix handling hardware types and drivers when generating fencing parameters
First, it still supports the pxe_ssh driver which was removed long ago.
Second, it expects driver names to contain _, which is not true even
for some classic drivers, and is never true for hardware types.
Finally, it supports the deprecated pxe_ilo and pxe_drac, but not
the newer ilo and idrac.

Also removes the leftover code handling pxe_ssh from nodes.py.

Closes-Bug: #1770700
Change-Id: Iecb9ed779f311a9cf17006902732fe63bfb0713a
2018-05-28 09:05:27 +00:00

12 lines
384 B
YAML

---
fixes:
- |
Fixes handling hardware types (new-style Ironic drivers) when generating
fencing parameters. Also completely removes support for no longer existing
``pxe_ssh`` driver.
deprecations:
- |
The ``os_auth`` argument to the ``generate_fencing_parameters`` workflow
is deprecated and should not be provided. It will be removed in a future
version.