Fix one help description of rbd driver
One symbol '-' of report_dynamic_total_capacity was removed by commit https://review.openstack.org/#/c/564068/. In fact, The last two symbols '-' are a pair of. Maybe the symbol '-' makes person confused, so that I replace '-' with '(' and ')'. Change-Id: I7da0f4715ba64e1384f7bf345ac850ca819555e7
This commit is contained in:
parent
b2ceea84b8
commit
a27d0eb32a
@ -102,9 +102,9 @@ RBD_OPTS = [
|
|||||||
'value is used.'),
|
'value is used.'),
|
||||||
cfg.BoolOpt('report_dynamic_total_capacity', default=True,
|
cfg.BoolOpt('report_dynamic_total_capacity', default=True,
|
||||||
help='Set to True for driver to report total capacity as a '
|
help='Set to True for driver to report total capacity as a '
|
||||||
'dynamic value -used + current free- and to False to '
|
'dynamic value (used + current free) and to False to '
|
||||||
'report a static value -quota max bytes if defined and '
|
'report a static value (quota max bytes if defined and '
|
||||||
'global size of cluster if not.'),
|
'global size of cluster if not).'),
|
||||||
cfg.BoolOpt('rbd_exclusive_cinder_pool', default=False,
|
cfg.BoolOpt('rbd_exclusive_cinder_pool', default=False,
|
||||||
help="Set to True if the pool is used exclusively by Cinder. "
|
help="Set to True if the pool is used exclusively by Cinder. "
|
||||||
"On exclusive use driver won't query images' provisioned "
|
"On exclusive use driver won't query images' provisioned "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user