Improve no_snapshot_gb_quota description
Small improvemente to the description of the ``no_snapshot_gb_quota`` configuration option to clarify what it does and its default. TrivialPatch Change-Id: Iad01d3b011472716a5429219f6c75be2ff670cab
This commit is contained in:
parent
97aeffa9f5
commit
e5ef39604c
@ -129,7 +129,9 @@ global_opts = [
|
|||||||
'with its options'),
|
'with its options'),
|
||||||
cfg.BoolOpt('no_snapshot_gb_quota',
|
cfg.BoolOpt('no_snapshot_gb_quota',
|
||||||
default=False,
|
default=False,
|
||||||
help='Whether snapshots count against gigabyte quota'),
|
help="Whether snapshots sizes count against global and per "
|
||||||
|
"volume type gigabyte quotas. By default snapshots' "
|
||||||
|
"sizes are counted."),
|
||||||
cfg.StrOpt('transfer_api_class',
|
cfg.StrOpt('transfer_api_class',
|
||||||
default='cinder.transfer.api.API',
|
default='cinder.transfer.api.API',
|
||||||
help='The full class name of the volume transfer API class'),
|
help='The full class name of the volume transfer API class'),
|
||||||
|
Loading…
Reference in New Issue
Block a user