extend_dict hooks cannot be overriden by subclasses
Bug #1219991 reported by
Salvatore Orlando
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Salvatore Orlando |
Bug Description
The extend_dict hooks are registered as unbound methods which means that any subclass of a mixin will cause an unintended registration of the parent class hooks - calling the extend_xxx_dict method to be invoked even if the actual plugin class does not define one.
This is pretty much the same thing as bug 1210387 - applies to extend_dict functions rather than model hooks.
Changed in neutron: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-3 → 2013.2 |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/44778
Review: https:/