Comment 3 for bug 1266344

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

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

commit 521a03bb67724ab545430ea891eb6d6d90b992f5
Author: Kun Huang <email address hidden>
Date: Thu Jan 2 23:37:37 2014 -0500

    remove redundant __init__() overwriting when getting ExtensionResources

    As described in #1266344, some of child class in
    <nova>/nova/api/openstack/compute/contrib/ has overwrited __init__()
    without specified needs. Removing that could help keeps codes clean and
    consistent (nearly all others don't overwrite __init__()).

    Change-Id: I87dfd9c1622bc8250f620ef591391a0e98573f78
    Closes-Bug: #1266344