commit 1ced38c1a72271faabb7ef6d3b37d3f7d329ac4f
Author: Thomas Morin <email address hidden>
Date: Mon Oct 12 12:18:55 2015 +0200
Revert parent_id and obj_id parameter order
This change reverts the parameter order between parent_id and
object id in the definition of obj_updater, obj_deleter, and obj_shower
in neutronclient/v2_0/client.py, to match the call order in
neutronclient/neutron/v2_0/__init__.py .
Fixing the caller code would be the alternative, but would require
changing the sig of many non-dynmically created methods in
neutronclient/v2_0/client.py .
Reviewed: https:/ /review. openstack. org/233571 /git.openstack. org/cgit/ openstack/ python- neutronclient/ commit/ ?id=1ced38c1a72 271faabb7ef6d3b 37d3f7d329ac4f
Committed: https:/
Submitter: Jenkins
Branch: master
commit 1ced38c1a72271f aabb7ef6d3b37d3 f7d329ac4f
Author: Thomas Morin <email address hidden>
Date: Mon Oct 12 12:18:55 2015 +0200
Revert parent_id and obj_id parameter order
This change reverts the parameter order between parent_id and v2_0/client. py, to match the call order in nt/neutron/ v2_0/__ init__. py .
object id in the definition of obj_updater, obj_deleter, and obj_shower
in neutronclient/
neutronclie
Fixing the caller code would be the alternative, but would require nt/v2_0/ client. py .
changing the sig of many non-dynmically created methods in
neutronclie
Change-Id: Ia5d499e5a3cf3f f1b357c954f7e82 a9066c94982
Closes-Bug: 1505170