← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1420731] Re: Icehouse nova quota-delete also erase currently used absolute limits

 

[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]

** Changed in: nova
       Status: Incomplete => Expired

-- 
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/1420731

Title:
  Icehouse nova quota-delete also erase currently used absolute limits

Status in OpenStack Compute (nova):
  Expired

Bug description:
  Example :

  nova absolute-limits --tenant test_fil
  +-------------------------+-------+
  | Name                    | Value |
  +-------------------------+-------+
  | maxServerMeta           | 128   |
  | maxPersonality          | 5     |
  | maxImageMeta            | 128   |
  | maxPersonalitySize      | 10240 |
  | maxTotalRAMSize         | 8192  |
  | maxSecurityGroupRules   | 20    |
  | maxTotalKeypairs        | 4     |
  | totalRAMUsed            | 2048  |
  | maxSecurityGroups       | 10    |
  | totalFloatingIpsUsed    | 0     |
  | totalInstancesUsed      | 1     |
  | totalSecurityGroupsUsed | 1     |
  | maxTotalFloatingIps     | 4     |
  | maxTotalInstances       | 4     |
  | totalCoresUsed          | 1     |
  | maxTotalCores           | 4     |
  +-------------------------+-------+

  nova --debug quota-delete --tenant test_fil
  REQ: curl -i 'http://controller1:8774/v2/admin/os-quota-sets/test_fil' -X DELETE -H "X-Auth-Project-Id: admin" -H "User-Agent: python-novaclient" -H "Accept: application/json" -H "X-Auth-Token: ...

  nova absolute-limits --tenant test_fil
  +-------------------------+-------+
  | Name                    | Value |
  +-------------------------+-------+
  | maxServerMeta           | 128   |
  | maxPersonality          | 5     |
  | maxImageMeta            | 128   |
  | maxPersonalitySize      | 10240 |
  | maxTotalRAMSize         | 8192  |
  | maxSecurityGroupRules   | 20    |
  | maxTotalKeypairs        | 4     |
  | totalRAMUsed            | 0     |
  | maxSecurityGroups       | 10    |
  | totalFloatingIpsUsed    | 0     |
  | totalInstancesUsed      | 0     |
  | totalSecurityGroupsUsed | 0     |
  | maxTotalFloatingIps     | 4     |
  | maxTotalInstances       | 4     |
  | totalCoresUsed          | 0     |
  | maxTotalCores           | 4     |
  +-------------------------+-------+

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1420731/+subscriptions


References