ironic/releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml
Imre Farkas bb64c4d23a Follow-up on dracclient refactor
This is a follow-up on commits 72f64cce2b
and 47be8011c6.

Change-Id: Ieae9f165facd53e888194bb98f113a9eb933366e
2016-02-05 11:06:21 +01:00

15 lines
694 B
YAML

---
fixes:
- DRAC driver migrated from ``pywsman`` to ``python-dracclient`` fixing
the driver lockup issue caused by the python interpreter not handling
signals when execution handed to the c library.
- Fixes an issue with setting the boot device multiple times without a reboot
in the DRAC driver by setting the boot device only before power management
operations.
upgrade:
- Dependency for DRAC driver changed from ``pywsman`` to
``python-dracclient`` with version >= 0.0.5. Exceptions thrown by the
driver and return values of the ``set_bios_config``, ``commit_bios_config``
and ``abandon_bios_config`` methods changed on the vendor-passthru
interface.