Comment 4 for bug 1228847

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/47743
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=be5d39eacc84c11f96357a624ffa1cdeda8a568d
Submitter: Jenkins
Branch: master

commit be5d39eacc84c11f96357a624ffa1cdeda8a568d
Author: Gary Kotton <email address hidden>
Date: Sun Sep 22 05:50:38 2013 -0700

    VMWare: bug fix for Vim exception handling

    The exception handling in the Vim module was too broad and did not treat
    the suds.MethodNotFound exception. This would result in a exception
    that "__deepcopy__" is not supported in the VIM module.

    In the case of an exception the VMwareAPISession class may be deleted.
    The patch also ensures that the deletion is able to logout if necessary.

    Closes-bug: #1228847

    Change-Id: Ic85be9b3407c444db4b3a074108c01d9141c61be