reversed parent,obj parameters in extension code
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-neutronclient |
Fix Released
|
Medium
|
Thomas Morin | ||
Liberty |
Fix Released
|
Medium
|
Unassigned |
Bug Description
The code handling extension of the Neutron client is not self consistent in the case where parent_
This makes it impossible, I think, to write an extension with parent_
The code in neutronclient/
python-
def _parent_
def _parent_
def _parent_
def _parent_
def _parent_
The code calling these function, in neutronclient/
python-
data = obj_lister(
data = obj_lister(
data = obj_creator(
data = obj_lister(
data = obj_shower(_id, self.parent_id, **params)
The problematic calls are:
data = obj_shower(_id, self.parent_id, **params)
Changed in python-neutronclient: | |
assignee: | nobody → Nimish (jnimish77) |
Changed in python-neutronclient: | |
importance: | Undecided → Low |
tags: | added: liberty-backport-potential |
Changed in python-neutronclient: | |
milestone: | none → 4.0.0 |
tags: | removed: liberty-backport-potential |
Changed in python-neutronclient: | |
status: | Fix Committed → Fix Released |
Changed in python-neutronclient: | |
importance: | Low → Medium |
Fix proposed to branch: master /review. openstack. org/233571
Review: https:/