Reviewed: https://review.openstack.org/508666 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=b5bd7589e6fa46139d096481e01a32a4463b896c Submitter: Zuul Branch: master
commit b5bd7589e6fa46139d096481e01a32a4463b896c Author: wei.ying <[email protected]> Date: Sat Sep 30 14:10:10 2017 +0800 Correct the subnets quota check in admin networks panel Currently when checking the subnets quota in admin networks table, the current tenant subnets quota is checked, while the subnet is created, using the tenant of the selected network[1], this doesn't look the same. Similarly, in the network details subnets table, the creation of subnets actions lacks quota checking. [1] https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/networks/subnets/workflows.py#L75 Change-Id: Ifb88b97168fc4f500e4bb15658f96363ddc7651f Closes-Bug:#1719606 ** 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/1719606 Title: Incorrect subnets quota check in admin networks panel Status in OpenStack Dashboard (Horizon): Fix Released Bug description: In the admin networks table row actions, the subnet can be created, and the current subnet quota verification get the subnets quota of the current tenant. The correct access method should be the tenant of the selected network. In addition, there is a lack of quota checking to create a subnet table actions in the network details tab. To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1719606/+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

