Fixes default value of use_default_quota_class

Changed 'True' to True

Change-Id: I69d5cefd888044b5544e41b34ab4f8974efb0a14
This commit is contained in:
Zhongyue Luo
2013-07-17 14:19:26 +09:00
parent 462413a047
commit b23cad1078

View File

@@ -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