Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

5.126. nova quota-update

usage: nova quota-update [--user <user-id>] [--instances <instances>]
                         [--cores <cores>] [--ram <ram>]
                         [--metadata-items <metadata-items>]
                         [--injected-files <injected-files>]
                         [--injected-file-content-bytes <injected-file-content-bytes>]
                         [--injected-file-path-bytes <injected-file-path-bytes>]
                         [--key-pairs <key-pairs>]
                         [--server-groups <server-groups>]
                         [--server-group-members <server-group-members>]
                         [--force]
                         <tenant-id>
Update the quotas for a tenant/user. (Supported by API versions '2.0' - '2.latest') [hint: use '--os-compute-api-version' flag to show help message for proper version]

Positional arguments

<tenant-id>


        ID of tenant to set the quotas for.

Optional arguments

--user <user-id> ID


        of user to set the quotas for.

--instances <instances>


        New value for the "instances" quota.

--cores <cores>


        New value for the "cores" quota.

--ram <ram>


        New value for the "ram" quota.

--metadata-items <metadata-items>


      New value for the "metadata-items" quota.

--injected-files <injected-files>


      New value for the "injected-files" quota.

--injected-file-content-bytes <injected-file-content-bytes>


      New value for the "injected-file-content-
      bytes" quota.

--injected-file-path-bytes <injected-file-path-bytes>


      New value for the "injected-file-path-bytes"
      quota.

--key-pairs <key-pairs>


        New value for the "key-pairs" quota.

--server-groups <server-groups>


      New value for the "server-groups" quota.

--server-group-members <server-group-members>


      New value for the "server-group-members"
      quota.

--force


        Whether force update the quota even if the
      already used and reserved exceeds the new
      quota.