← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1536281] Re: Missing super() call in some of the Model's subclasses

 

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

commit b44955c35429def97627e925da2f4d0568c1ecdd
Author: Gábor Antal <antal@xxxxxxxxxxxxxxx>
Date:   Wed Jan 20 18:42:47 2016 +0100

    Added super() call in some of the Model's child
    
    In model.py, there some subclasses of Model which are not calling the
    parent's super() method in their own __init__() method.
    
    The classes are:
    
    VIF8021QbgParams (line 319)
    VIF8021QbhParams (line 329)
    NetworkInfoAsyncWrapper (line 489)
    
    Change-Id: I7a85f4963889b997ae47f4efa4e94f5eae6f3fb2
    Closes-Bug: #1536281


** Changed in: nova
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1536281

Title:
  Missing super() call in some of the Model's subclasses

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  In model.py, there some subclasses of Model which are not calling the
  parent's super() method in their own __init__() method.

  The classes are:

  VIF8021QbgParams (line 319)
  VIF8021QbhParams (line 329)
  NetworkInfoAsyncWrapper (line 489)

  We need to add super() call to these classes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1536281/+subscriptions


References