Public bug reported:
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.
** Affects: nova
Importance: Undecided
Assignee: Gábor Antal (gabor.antal)
Status: New
** Changed in: nova
Assignee: (unassigned) => Gábor Antal (gabor.antal)
--
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):
New
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
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp