Quota monitoring
Quotas are allocated by project. They can be monitored via the command:
% nova quota-show
+-----------------------------+--------+
| Quota | Limit |
+-----------------------------+--------+
| instances | 300 |
| cores | 400 |
| ram | 600000 |
| floating_ips | 100 |
| fixed_ips | -1 |
| metadata_items | 1000 |
| injected_files | 1000 |
| injected_file_content_bytes | 10000 |
| injected_file_path_bytes | 255 |
| key_pairs | 100 |
| security_groups | 50 |
| security_group_rules | 20 |
+-----------------------------+--------+
instancesnumber of virtual machines
corestotal number of cores
ramtotal memory
floating-ipsnumber of public floating IPs (NAT)
fixed-ipsnumber of static IPs
metadata-itemsnumber of metadata assignable to VMs (option
–metaofnova bootcommand)injected-filesnumber of files injected in the VM through the option
–filekey-pairstotal number of SSH keys
security-groupsnumber of security groups
security-group-rulestotal number of security group rules
To obtain a change in quotas, please contact our user support.