Comment 23 for bug 1327473

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-lbaas (stable/liberty)

Reviewed: https://review.openstack.org/242534
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=a9ad175f0be9b34287d41fdb76ee6a103e328bb6
Submitter: Jenkins
Branch: stable/liberty

commit a9ad175f0be9b34287d41fdb76ee6a103e328bb6
Author: Reedip Banerjee <email address hidden>
Date: Mon Nov 2 10:24:44 2015 +0530

    Avoiding usage of mutables as default arguments

    Using Mutables objects as default arguments in function
    definition is a known Python pitfall. This patch fixes
    the issue in neutron-lbaas.

    Change-Id: Idb1cccbebec5dfedde04ee474036e67569406caa
    Closes-Bug: #1327473
    (cherry picked from commit 0aac2d029a7ed9bff903a00a4ab194e277dfe06c)