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 protected]> 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 ** Changed in: horizon Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1508275 Title: modify project's subnet quota,value > used is successful Status in OpenStack Dashboard (Horizon): Fix Released Bug description: set project's subnet quota is 10,then create 2 subnets,the useage of subnet quota is :{'available': 8, 'used': 2, 'quota': 10}. then modify this project's subnet quota ,set the value is 1,it is sucessful.but from the code of "UpdateProjectQuotaAction", value > used is not allowed. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1508275/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

