Identity v3
Limits are used to specify project-specific limits thresholds of resources.
Create a limit
openstack limit create
[--description <description>]
[--region <region>]
--project <project>
--service <service>
--resource-limit <resource-limit>
<resource-name>
Description of the limit
Region for the limit to affect.
Project to associate the resource limit to
Service responsible for the resource to limit
The resource limit for the project to assume
The name of the resource to limit
Delete a limit
openstack limit delete <limit-id> [<limit-id> ...]
Limit to delete (ID)
List limits
openstack limit list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--service <service>]
[--resource-name <resource-name>]
[--region <region>]
[--project <project>]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
Service responsible for the resource to limit
The name of the resource to limit
Region for the registered limit to affect.
List resource limits associated with project
Update information about a limit
openstack limit set
[--description <description>]
[--resource-limit <resource-limit>]
<limit-id>
Description of the limit
The resource limit for the project to assume
Limit to update (ID)
Display limit details
openstack limit show <limit-id>
Limit to display (ID)
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.