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 <description>¶Description of the limit
--region <region>¶Region for the limit to affect.
--project <project>¶Project to associate the resource limit to
--service <service>¶Service responsible for the resource to limit
--resource-limit <resource-limit>¶The resource limit for the project to assume
resource-name¶The name of the resource to limit
This command is provided by the python-openstackclient plugin.
Delete a limit
openstack limit delete <limit-id> [<limit-id> ...]
limit-id¶Limit to delete (ID)
This command is provided by the python-openstackclient plugin.
List limits
openstack limit list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--service <service>]
[--resource-name <resource-name>]
[--region <region>]
[--project <project>]
--format-config-file <FORMAT_CONFIG>¶Config file for the dict-to-csv formatter
--sort-column SORT_COLUMN¶specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
--service <service>¶Service responsible for the resource to limit
--resource-name <resource-name>¶The name of the resource to limit
--region <region>¶Region for the registered limit to affect.
--project <project>¶List resource limits associated with project
This command is provided by the python-openstackclient plugin.
Update information about a limit
openstack limit set
[--description <description>]
[--resource-limit <resource-limit>]
<limit-id>
--description <description>¶Description of the limit
--resource-limit <resource-limit>¶The resource limit for the project to assume
limit-id¶Limit to update (ID)
This command is provided by the python-openstackclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.