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:
Gorka Eguileor 2021-12-01 11:39:17 +01:00
parent 97aeffa9f5
commit e5ef39604c

View File

@ -129,7 +129,9 @@ global_opts = [
'with its options'),
cfg.BoolOpt('no_snapshot_gb_quota',
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',
default='cinder.transfer.api.API',
help='The full class name of the volume transfer API class'),