===== quota ===== Resource quotas appear in multiple APIs, OpenStackClient presents them as a single object with multiple properties. Compute v2, Block Storage v1 quota set --------- Set quotas for project .. program:: quota set .. code:: bash os quota set # Compute settings [--cores ] [--fixed-ips ] [--floating-ips ] [--injected-file-size ] [--injected-files ] [--instances ] [--key-pairs ] [--properties ] [--ram ] # Block Storage settings [--gigabytes ] [--snapshots ] [--volumes ] [--volume-type ] Set quotas for class .. code:: bash os quota set --class # Compute settings [--cores ] [--fixed-ips ] [--floating-ips ] [--injected-file-size ] [--injected-files ] [--instances ] [--key-pairs ] [--properties ] [--ram ] # Block Storage settings [--gigabytes ] [--snapshots ] [--volumes ] .. option:: --class Set quotas for ```` .. option:: --properties New value for the properties quota .. option:: --ram New value for the ram quota .. option:: --secgroup-rules New value for the secgroup-rules quota .. option:: --instances New value for the instances quota .. option:: --key-pairs New value for the key-pairs quota .. option:: --fixed-ips New value for the fixed-ips quota .. option:: --secgroups New value for the secgroups quota .. option:: --injected-file-size New value for the injected-file-size quota .. option:: --floating-ips New value for the floating-ips quota .. option:: --injected-files New value for the injected-files quota .. option:: --cores New value for the cores quota .. option:: --injected-path-size New value for the injected-path-size quota .. option:: --gigabytes New value for the gigabytes quota .. option:: --volumes New value for the volumes quota .. option:: --snapshots New value for the snapshots quota .. option:: --volume-type Set quotas for a specific quota show ---------- Show quotas for project .. program:: quota show .. code:: bash os quota show [--default] .. option:: --default Show default quotas for :ref:`\ ` .. _quota_show-project: .. describe:: Show quotas for class .. code:: bash os quota show --class .. option:: --class Show quotas for :ref:`\ ` .. _quota_show-class: .. describe:: Class to show