Reviewed: https://review.openstack.org/467999 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=92e0efeefd6782f205dc6a2b1f8e8a97f146596d Submitter: Jenkins Branch: master
commit 92e0efeefd6782f205dc6a2b1f8e8a97f146596d Author: ghanshyam <ghanshyamm...@gmail.com> Date: Thu Jul 6 08:58:48 2017 +0300 Fix quota class set APIs v2.1 API which does not return the 'server_groups' and 'server_group_members' quotas in GET & PUT os-quota-class-sets API response. v2 API used to return those keys in API response. Also filter out the network related quotas from os-quota-class-sets APIs Fixing this with microversion. Closes-Bug: #1701211 Closes-Bug: #1693168 implement-blueprint fix-quota-classes-api Change-Id: I66aeb7a92fb5ee906fead78030bd84a2e97916e8 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1701211 Title: The network related quotas aren't deprecated in quota-class API Status in OpenStack Compute (nova): Fix Released Bug description: The network related quotas are deprecated in the quota-set API since 2.36. (https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_sets.py#L49) But still existed in the quota-class API. https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/quota_classes.py#L22 We should deprecate those network quotas in the quota-class API also. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1701211/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp