ironic/ironic/drivers/modules/msftocs
Clif Houck fe2c6207f3 Try to standardize retrieval of an Exception's description
Removes the use of exc.args[0] and exc.format_message() to retrieve
message strings from exceptions in favor of using six.text_type() to
maintain compatibility between python 2 and 3. Or through normal type
coercion. Adds a __unicode__ method to make things more consistent.

Closes-Bug: #1493233

Change-Id: I033c00675a62c0ecaf3e3c2e0bed8b4f79a134e1
2015-09-08 15:52:16 +00:00
..
__init__.py Adds OCS Power and Management interfaces 2015-05-06 15:25:46 +03:00
common.py Adds OCS Power and Management interfaces 2015-05-06 15:25:46 +03:00
management.py get_supported_boot_devices() returns static device list 2015-08-12 14:53:00 +01:00
msftocsclient.py Try to standardize retrieval of an Exception's description 2015-09-08 15:52:16 +00:00
power.py Fixes some docstring warnings 2015-05-15 19:57:58 +00:00