Fix a grammar error in explanatory notes

This patch changes "The default is rate is 50"
to "The default is rate is 50" at the 92 line
in cinder/volume/drivers/inspur/instorage/
instorage_common.py

Change-Id: I13d120f1611d6343e708e9d88926e9c4028e6479
Closes-Bug: #1880067
This commit is contained in:
zhaoleilc 2020-05-22 11:52:01 +08:00
parent da39a7aae0
commit eca0dceee5
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ instorage_mcs_opts = [
default=50,
min=1, max=100,
help='Specifies the InStorage LocalCopy copy rate to be used '
'when creating a full volume copy. The default is rate '
'when creating a full volume copy. The default rate '
'is 50, and the valid rates are 1-100.'),
cfg.StrOpt('instorage_mcs_vol_iogrp',
default='0',