
It was discovered today that the 'config-reference' directory was supposed to have been renamed to 'configuration'. The doc team was expecting it to be at that location so that they could automatically link to it from contributor/index.html . This patch just moves the directory. I am going to be submitting a subsequent patch that properly sets out the framework for the additional directories so that we don't have addition problems in the future. Change-Id: I6729aaf4593a0b089277f6d7d0aa50fee3ca340f
1.8 KiB
1.8 KiB
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. |