limit¶
Identity v3
Limits are used to specify project-specific limits thresholds of resources.
limit create¶
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.
limit delete¶
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.
limit list¶
List limits
openstack limit list
[--sort-column SORT_COLUMN]
[--service <service>]
[--resource-name <resource-name>]
[--region <region>]
[--project <project>]
-
--sort-columnSORT_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.
limit set¶
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.