nova-powervm/nova_powervm
Drew Thorstensen c26ba8ab1a Abort disconnect if invalid udid
The vSCSI physical volume may hit an issue if there is an hdisk without
a UDID.  The connect flow handles this and will not map.  Which then
causes a revert.  However, during the revert the code tries to remove
the hdisk.  This causes a significant issue.

This change set detects this path by adding a flag to check if udid is
None.  If so, it presents a warning message to the operator.  It then
allows the revert flow to continue properly.

Change-Id: If7af35c7e7b68f9a5cf5496fdfded482b45064e0
Closes-Bug: 1505388
2015-10-13 13:36:54 -04:00
..
locale Translation changes 2015-09-20 11:52:09 -04:00
tests Abort disconnect if invalid udid 2015-10-13 13:36:54 -04:00
virt Abort disconnect if invalid udid 2015-10-13 13:36:54 -04:00
__init__.py Remove content from functionally-empty __init__s 2015-07-20 15:45:13 -05:00
version.py Support dynamic documentation versioning using pbr 2015-08-25 20:41:54 +00:00