Fixes default value of use_default_quota_class
Changed 'True' to True Change-Id: I69d5cefd888044b5544e41b34ab4f8974efb0a14
This commit is contained in:
@@ -57,7 +57,7 @@ quota_opts = [
|
||||
default='cinder.quota.DbQuotaDriver',
|
||||
help='default driver to use for quota checks'),
|
||||
cfg.BoolOpt('use_default_quota_class',
|
||||
default='True',
|
||||
default=True,
|
||||
help='whether to use default quota class for default quota'), ]
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
Reference in New Issue
Block a user