Comment 2 for bug 1700578

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

Reviewed: https://review.openstack.org/477557
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ca0f293cb60aa1717cdefed4cbae66a3b2c186b3
Submitter: Jenkins
Branch: master

commit ca0f293cb60aa1717cdefed4cbae66a3b2c186b3
Author: Mykhailo Dovgal <email address hidden>
Date: Mon Jun 26 17:14:25 2017 +0300

    Fix tenant_quota_usages function calls caching

    This patch changes type of 'targets' input parameter in
    tenant_quota_usages function from list -> tuple. It provides
    possibility for @memoized decorator to cache function calls.

    Change-Id: I3c32c3b65ae91e8487fda6148f259fe1931d7c9f
    Closes-Bug: #1700578