yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #30625
[Bug 1089877] Re: Extend used_limits extension to cover non-reservable resources
this looks fixed upstream, no idea when, but quota show now includes
keypairs.
os1:~> nova quota-show
+-----------------------------+-------+
| Quota | Limit |
+-----------------------------+-------+
| instances | 10 |
| cores | 20 |
| ram | 51200 |
| floating_ips | 10 |
| fixed_ips | -1 |
| metadata_items | 128 |
| injected_files | 5 |
| injected_file_content_bytes | 10240 |
| injected_file_path_bytes | 255 |
| key_pairs | 100 |
| security_groups | 10 |
| security_group_rules | 20 |
| server_groups | 10 |
| server_group_members | 10 |
+-----------------------------+-------+
** Changed in: nova
Status: Triaged => 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/1089877
Title:
Extend used_limits extension to cover non-reservable resources
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
From bug #1062049
The used_limits extension looks in the quota_usages table to see
what's used for a given resource
That corresponds to the ReservableResource resources in nova.quota -
i.e. instances, cores, ram, floating IPs and security groups
Resources like key pairs don't record their usage info in the
quota_usages table, so we don't currently expose them in the
used_limits output
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1089877/+subscriptions