Comment 4 for bug 1783232

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

Reviewed: https://review.openstack.org/587269
Committed: https://git.openstack.org/cgit/openstack/manila-ui/commit/?id=1ed6c85a86bf5935f31710c8fd713a3987ea14e0
Submitter: Zuul
Branch: master

commit 1ed6c85a86bf5935f31710c8fd713a3987ea14e0
Author: Victoria Martinez de la Cruz <email address hidden>
Date: Mon Jul 30 23:38:48 2018 -0300

    Fix quotas retrieval for shares and snapshots tables

    After refactoring manila-ui plugin to adapt
    to the tabbed quotas interface in horizon,
    we stopped accesing the usages data structure
    which (in horizon side) carries quotas information.
    In this patch set we perform quotas control by
    querying manilaclient directly.

    Change-Id: I2896d54fde0d5e3975afbb7274faadf2a1a81d7c
    Closes-Bug: #1783232
    Co-Authored-By: Tom Barron <email address hidden>