Files
openstack-manuals/doc/config-reference/source/tables/cinder-quota.rst
venkatamahesh 1b1351ea30 [config-ref] Update cinder tables
Closes-Bug: #1609404
Closes-Bug: #1609630
Closes-Bug: #1609331
Closes-Bug: #1610331
Closes-Bug: #1618171
Closes-Bug: #1619331
Closes-Bug: #1619400
Closes-Bug: #1619731
Closes-Bug: #1620308
Closes-Bug: #1609941
Change-Id: Icbb6746d1974e250b6e25f67881dc6cb56fd234d
2016-09-07 05:00:32 +00:00

43 lines
1.8 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _cinder-quota:
.. list-table:: Description of quota configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[DEFAULT]**
-
* - ``max_age`` = ``0``
- (Integer) Number of seconds between subsequent usage refreshes
* - ``quota_backup_gigabytes`` = ``1000``
- (Integer) Total amount of storage, in gigabytes, allowed for backups per project
* - ``quota_backups`` = ``10``
- (Integer) Number of volume backups allowed per project
* - ``quota_consistencygroups`` = ``10``
- (Integer) Number of consistencygroups allowed per project
* - ``quota_driver`` = ``cinder.quota.DbQuotaDriver``
- (String) Default driver to use for quota checks
* - ``quota_gigabytes`` = ``1000``
- (Integer) Total amount of storage, in gigabytes, allowed for volumes and snapshots per project
* - ``quota_groups`` = ``10``
- (Integer) Number of groups allowed per project
* - ``quota_snapshots`` = ``10``
- (Integer) Number of volume snapshots allowed per project
* - ``quota_volumes`` = ``10``
- (Integer) Number of volumes allowed per project
* - ``reservation_expire`` = ``86400``
- (Integer) Number of seconds until a reservation expires
* - ``use_default_quota_class`` = ``True``
- (Boolean) Enables or disables use of default quota class with default quota.