yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #26811
[Bug 1410032] [NEW] Incorrect Nova quota usage shown via CLI/API after Quota Settings Changed
Public bug reported:
Reproduce steps:
1.Update nova quota settings.
nova quota-update --ram 40960 tenant_ID
nova quota-update --instance 50 tenant_ID
2.Delete the quota settings and the quota should back to the default.
nova quota-delete --tenant TENANT_ID
nova quota-SHOW --tenant TENANT_ID
3.Query nova quota usage
nova absolute-limits --tenant tenant_ID
the value of totalInstancesUsed show "0", it is not correct.
** Affects: nova
Importance: Undecided
Status: New
--
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/1410032
Title:
Incorrect Nova quota usage shown via CLI/API after Quota Settings
Changed
Status in OpenStack Compute (Nova):
New
Bug description:
Reproduce steps:
1.Update nova quota settings.
nova quota-update --ram 40960 tenant_ID
nova quota-update --instance 50 tenant_ID
2.Delete the quota settings and the quota should back to the default.
nova quota-delete --tenant TENANT_ID
nova quota-SHOW --tenant TENANT_ID
3.Query nova quota usage
nova absolute-limits --tenant tenant_ID
the value of totalInstancesUsed show "0", it is not correct.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1410032/+subscriptions
Follow ups
References