3c6b224719
The Fujitsu eternus_dx_common code was configured to try to import pywbem and immediately throw an error in the case that the module wasn't available. This would cause the error to be reported during the genconfig process. This patch changes the driver to just attempt to import the module and record whether it was successful. If not, the error message isn't reported until __init__ is called. This approach is consistent with what EMC does in their drivers for importing pywbem. Change-Id: I4f7d90bc2d05bde653f9d64fdb183ebf639fe3d4 Closes-bug: 1558644 |
||
---|---|---|
.. | ||
__init__.py | ||
eternus_dx_common.py | ||
eternus_dx_fc.py | ||
eternus_dx_iscsi.py |