As an administrative user, you can use the nova quota-*
commands, which are provided by the python-novaclient
package, to update the Compute Service quotas for a specific tenant or
tenant user, as well as update the quota defaults for a new tenant.
Quota Name | Description |
|
Number of instance cores (VCPUs) allowed per tenant. |
|
Number of fixed IP addresses allowed per tenant. This number must be equal to or greater than the number of allowed instances. |
|
Number of floating IP addresses allowed per tenant. |
|
Number of content bytes allowed per injected file. |
|
Number of bytes allowed per injected file path. |
|
Number of injected files allowed per tenant. |
|
Number of instances allowed per tenant. |
|
Number of key pairs allowed per user. |
|
Number of metadata items allowed per instance. |
|
Megabytes of instance ram allowed per tenant. |
|
Number of security groups per tenant. |
|
Number of rules per security group. |