Comment 5 for bug 1246848

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

Reviewed: https://review.openstack.org/74439
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5661055b8b138aa027b4e3f3d3d7f8a2ec928adf
Submitter: Jenkins
Branch: stable/havana

commit 5661055b8b138aa027b4e3f3d3d7f8a2ec928adf
Author: Gary Kotton <email address hidden>
Date: Thu Oct 31 12:07:54 2013 -0700

    VMware: fix bug for exceptions thrown in _wait_for_task

    If the _call_method fails, for example a resource is not found,
    then the same call will be invoked again due to the fact that the
    polling task was not stopped.

    Closes-Bug: #1246848

    Change-Id: If4818e41aed5be03395ab22afc0edf9abb3c34e1
    (cherry picked from commit 1c1570ff7ac8470d7dba28c893300835b22e0966)