Reviewed: https://review.openstack.org/610479 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=230ae86a62d2be1666c080b5395a12695734451f Submitter: Zuul Branch: master
commit 230ae86a62d2be1666c080b5395a12695734451f Author: Vishakha Agarwal <[email protected]> Date: Mon Oct 15 16:47:10 2018 +0530 Set Default and resource limit as defined schema Default_limit and Resource_limit should not be set as negative values or out of range. This patch addresses the above issue be checking the limit passed by the user should be minimum and maximum to the values defined in schema. If not, then raising the 400 bad request. Also added the test cases for the same. Change-Id: I089f3c231a38be1a1f769a35b4904f5c078d5d07 Closes-Bug: #1797876 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1797876 Title: Default values for registered limit allows to set negative value Status in OpenStack Identity (keystone): Fix Released Bug description: In registered limit as well as project limit user can create and set negative default and resource limit. Limits set should be positive. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1797876/+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

