ironic/ironic/drivers/modules/drac
Imre Farkas 51a73e11c2 DRAC: switch to python-dracclient on vendor-passthru
DRAC specific code from Ironic is moving to its own project, to
python-dracclient project. This patch continues refactoring code in
Ironic to use the new library.

Note that this is a backwards incompatible change. In addition to the
dependency change, return values of the following methods changed in
ironic.drivers.modules.drac.vendor_passthru:
- set_bios_config returns the 'commit_required' key
- commit_bios_config returns the 'job_id' and 'reboot_required' keys
- abandon_bios_config returns nothing

Change-Id: Iaa4cee0dae8980817803ca55cdb53789b4051bc2
Partial-Bug: #1454492
Depends-On: I574696e460f08cececc47a69b5c2b090a6cd44a2
2016-01-19 11:39:00 +01:00
..
__init__.py Add DracDriver and its DracPower module 2014-08-19 16:28:52 +02:00
bios.py DRAC: switch to python-dracclient on vendor-passthru 2016-01-19 11:39:00 +01:00
client.py Update help strings for DRAC configs 2015-09-29 14:32:18 +00:00
common.py DRAC: switch to python-dracclient on power interface 2015-12-15 14:11:20 +01:00
job.py DRAC: switch to python-dracclient on management interface 2015-12-15 14:13:55 +01:00
management.py DRAC: switch to python-dracclient on vendor-passthru 2016-01-19 11:39:00 +01:00
power.py Follow-up on refactor DRAC management interface 2016-01-05 15:06:40 +01:00
resource_uris.py Add DRAC BIOS config vendor passthru API 2015-07-10 13:27:06 +00:00
vendor_passthru.py DRAC: switch to python-dracclient on vendor-passthru 2016-01-19 11:39:00 +01:00