Comment 6 for bug 1508275

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

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

commit 02fb01b4b7b23fb7d32520e9293cfce3dc8d8b3f
Author: ZhengYue <email address hidden>
Date: Thu Oct 8 11:55:19 2015 +0800

    Fix bug at update quota of project's network item

    Because the result keys not match between neutron tenant_quota_get
    and tenant_quota_usages, lead to validate lose efficacy at project's
    quota update.
    We should not change result from neutron API, and the tenant_quota_usages
    has depended other pages. So that changing the key at workflow clean
    of quota update.

    Change-Id: Ib110bc41ae10a882a901b8853d15c31b313e62aa
    Closes-bug: #1508275