summaryrefslogtreecommitdiff
path: root/releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@redhat.com>2015-12-09 15:45:48 +0100
committerImre Farkas <ifarkas@redhat.com>2016-01-25 12:44:11 +0100
commit47be8011c6314497d07a26137548375368bc5b07 (patch)
treefbc7204316dace4e7860b12eb5d4a1f6f75b09f8 /releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml
parent51a73e11c2f6bad0302cefcd8380f6ccbc757907 (diff)
downloadironic-47be8011c6314497d07a26137548375368bc5b07.tar.gz
DRAC: cleanup after switch to python-dracclient
DRAC specific code from Ironic is moving to its own project, to python-dracclient project. This patch finishes refactoring code in Ironic to use the new library. Change-Id: I6223dbbeb770d773ebdd72277017156cbdb1d035
Diffstat (limited to 'releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml')
-rw-r--r--releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml b/releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml
new file mode 100644
index 000000000..2f623600a
--- /dev/null
+++ b/releasenotes/notes/drac-migrate-to-dracclient-2bd8a6d1dd3fdc69.yaml
@@ -0,0 +1,13 @@
+---
+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``. 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.