summaryrefslogtreecommitdiff
path: root/ironic/drivers/modules/drac/power.py
Commit message (Expand)AuthorAgeFilesLines
* Use driver_internal_info methods for drac driverSteve Baker2022-01-051-3/+1
* Fix idrac-wsman set_power_state to wait on HWAija Jauntēva2021-09-141-21/+24
* Fix deprecated 'idrac' interface '__init__'sRichard Pioso2020-09-241-0/+1
* Fix issue where server fails to rebootChristopher Dearborn2020-04-131-19/+61
* Add first idrac HW type Redfish interface supportRichard Pioso2019-09-161-1/+30
* Fix handling of 'timeout' parameter to power methodsRuby Loo2018-02-061-2/+18
* Remove translation of log messagesNgo Quoc Cuong2017-05-171-6/+5
* Adding Timing metrics for DRAC drivers.Annie Lezil2016-10-171-0/+7
* Follow-up on dracclient refactorImre Farkas2016-02-051-6/+8
* Follow-up on refactor DRAC management interfaceImre Farkas2016-01-051-3/+10
* DRAC: switch to python-dracclient on management interfaceImre Farkas2015-12-151-0/+17
* DRAC: switch to python-dracclient on power interfaceImre Farkas2015-12-151-63/+53
* Use oslo_log libGhe Rivero2015-05-051-1/+1
* DRAC: power on during reboot if powered offImre Farkas2015-03-301-2/+9
* Use oslo_utils replace oslo.utilsjiangfei2015-02-191-2/+2
* Fix filter_query in drac/power interfaceImre Farkas2015-01-271-1/+1
* DracClient to handle ReturnValue validationImre Farkas2015-01-211-21/+15
* DracClient to handle ClientOptions creationImre Farkas2015-01-151-8/+6
* Add decorator that requires a lock for Drac power driverTan Lin2014-11-271-0/+3
* Merge "Translator functions cleanup part 2"Jenkins2014-09-091-3/+1
|\
| * Translator functions cleanup part 2Vladyslav Drok2014-09-091-3/+1
* | Use oslo.utils instead of ironic.openstack.commonVladyslav Drok2014-09-091-2/+3
|/
* Fix minor issues in the DRAC driverLucas Alvares Gomes2014-09-031-6/+2
* DRAC wsman_{enumerate, invoke}() to return an ElementTree objectLucas Alvares Gomes2014-08-291-11/+9
* Add DracDriver and its DracPower moduleImre Farkas2014-08-191-0/+163