ironic/ironic/drivers
Devananda van der Veen 04b7fcf107 Change validate() to raise instead of returning T/F
Robert was right - it's better to allow driver.interface.validate to
raise an exception, and let that bubble up and be wrapped by the API, or
logged, than to wrap it at a low level and convert to True/False.

This patch changes the existing drivers' validate methods to remove
the exception wrapping, and updates some doc strings.

Change-Id: I02372db64ea0eb85a3c0a00de292c87d286808e1
2013-07-15 08:58:50 -07:00
..
modules Change validate() to raise instead of returning T/F 2013-07-15 08:58:50 -07:00
__init__.py Add new base and fake driver classes. 2013-05-13 00:59:44 -07:00
base.py Change validate() to raise instead of returning T/F 2013-07-15 08:58:50 -07:00
fake.py Restructuring driver API and inheritance. 2013-06-11 17:12:21 -07:00
pxe.py Restructuring driver API and inheritance. 2013-06-11 17:12:21 -07:00