Comment 6 for bug 1505170

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-neutronclient (master)

Reviewed: https://review.openstack.org/233571
Committed: https://git.openstack.org/cgit/openstack/python-neutronclient/commit/?id=1ced38c1a72271faabb7ef6d3b37d3f7d329ac4f
Submitter: Jenkins
Branch: master

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 .

    Change-Id: Ia5d499e5a3cf3ff1b357c954f7e82a9066c94982
    Closes-Bug: 1505170