Comment 14 for bug 1798048

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

Reviewed: https://review.opendev.org/686005
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=be4d2301bb9654a772990d5d6f7bb2b126c7c127
Submitter: Zuul
Branch: stable/stein

commit be4d2301bb9654a772990d5d6f7bb2b126c7c127
Author: Gloria Gu <email address hidden>
Date: Fri Aug 30 13:47:39 2019 -0700

    Remove the check which causes plugin's quotas update failure

    The check causes external plugin's quotas fields unknown
    exception because the quotas fields are not part of
    QUOTA_FIELDS which only includes the fields for
    cinder, neutron and nova.

    Meanwhile the exception message throws TypeError.

    This commit removes the uncessary check. It also helps
    fix the manila-ui's bug #1842119

    Change-Id: If093f4ecf1e344792b347c5c338b441b1ab42a04
    Closes-bug: #1798048
    Closes-bug: #1842119
    (cherry picked from commit 44987f02be671fd81b3dcd8d22f9fa1b219488c2)