Comment 1 for bug 1703584

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

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

commit d132c2eb11bdf4a28bedcd4061d5b76b4402a08e
Author: Mykhailo Dovgal <email address hidden>
Date: Mon Jul 10 19:16:06 2017 +0300

    Get rid of redundant cinder api calls

    During executing tenant_limit_usages quotas function we get
    information about cinder volumes/snapshots/gigabites usage
    that we've already had after tenant_absolute_limits call.
    Getting this information we make more api calls that slow down
    our application.

    This patch fixes this issue.

    Closes-Bug: #1703584
    Change-Id: Ia6d2dbb8f18ce93f71668d6ebd2689b851586ca9