Comment 6 for bug 1262288

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

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

commit b28530ce83302dacae90c385c5431fb1a758ef0a
Author: Dan Smith <email address hidden>
Date: Thu Feb 20 13:03:12 2014 -0800

    Remove __del__ usage in vmwareapi driver

    The vmwareapi driver uses __del__ in an inappropriate way, which
    causes spurious errors to be displayed at inconvenient times. The
    python docs clearly detail the caveats of using __del__ (and even
    provide a big red warning). This removes the offending code, which
    can't work reliably anyway.

    Closes-bug: 1262288
    Change-Id: I50acb4f1e85650f4c6dffe1a1d25842601be96bf