Overview
Quotas define the maximum resources a project can consume — preventing any single project from exhausting shared infrastructure capacity. Admins can set default quotas applied to all new projects and override them per-project for larger or smaller allocations.Prerequisites
adminrole- Navigate to Admin → Identity → Projects, open project Actions → Modify Quotas
- Or: Admin → Compute/Volume → per-resource quota views
Quota Categories
- Compute
- Block Storage
- Networking
| Quota | Default | Description |
|---|---|---|
| Instances | 10 | Maximum number of instances |
| vCPUs | 20 | Total vCPU allocation |
| RAM (MB) | 51200 (50 GB) | Total RAM allocation |
| Key Pairs | 100 | SSH key pairs per user |
| Server Groups | 10 | Server group count |
| Server Group Members | 10 | Max members per server group |
| Metadata Items | 128 | Metadata key-value pairs per instance |
| Injected Files | 5 | Files injected via config drive |
View Project Quotas
Open the project quota view
Navigate to Admin → Identity → Projects. In the target project row, open Actions → Modify Quotas.The quota editor shows current limits and current usage for each resource.
View project quotas
View quota usage
Update Project Quotas
Set quota values
Enter new values for each quota. Set
-1 for unlimited (use carefully on shared infrastructure).Default Quotas
Default quotas apply to all new projects. Change them per service configuration file.- XDeploy
- CLI
Default quota values can be set through either the Configuration panel or Advanced Configuration.
Option A: Configuration panel
Navigate to XDeploy → Configuration → Custom Config tab. Set quota override
values in the YAML editor. These values are written to the globals configuration
and applied during the next deployment.
Option B: Advanced Configuration
Navigate to XDeploy → Advanced Configuration and select the target service
in the Service Tree:
- nova → edit
nova.conffor compute quotas - cinder → edit
cinder.conffor storage quotas - neutron → edit
neutron.conffor networking quotas
Next Steps
Compute Quotas
Detailed compute quota management via CLI
Storage Quotas
Volume and backup quota configuration
Projects & Users
Manage projects that quotas are applied to
Host Aggregates
Organize compute hosts for workload isolation