Skip to content

Commit

Permalink
VMware: handle exceptions from RetrievePropertiesEx correctly
Browse files Browse the repository at this point in the history
The commit below did not update the exception handling correctly:

  e331287

The fault checker should be retrievepropertiesex_fault_checker instead of
retrieveproperties_fault_checker.

Fixes bug: 1216961
Change-Id: I8be959fc2ef941f89347245a3077eba623824760
  • Loading branch information
gkotton authored and kk7ds committed Sep 18, 2013
1 parent fb8b08d commit 81a38aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/virt/vmwareapi/error_util.py
Expand Up @@ -69,7 +69,7 @@ class FaultCheckers(object):
"""

@staticmethod
def retrieveproperties_fault_checker(resp_obj):
def retrievepropertiesex_fault_checker(resp_obj):
"""
Checks the RetrievePropertiesEx response for errors. Certain faults
are sent as part of the SOAP body as property of missingSet.
Expand Down

0 comments on commit 81a38aa

Please sign in to comment.