Fixed some syntax errors

Change-Id: I298cf625c869394ca3582b9224a737d722567dec
This commit is contained in:
haixin 2021-03-08 09:20:07 +08:00
parent 74415f6d4a
commit 3bedb15bbb
2 changed files with 6 additions and 6 deletions

View File

@ -259,11 +259,11 @@ Share type common capability extra-specs that are not visible to end users:
shares of that type in pools without regard for whether IPv6 is supported.
* **provisioning:max_share_size** can set the max size of share, the value
must be integers and greater than 0. If administrators set this capability
must be an integer and greater than 0. If administrators set this capability
as an extra-spec in a share type, the size of share created with the share
type can not greater than the specified value.
type can not be greater than the specified value.
* **provisioning:min_share_size** can set the min size of share, the value
must be integers and greater than 0. If administrators set this capability
must be an integer and greater than 0. If administrators set this capability
as an extra-spec in a share type, the size of share created with the share
type can not less than the specified value.
type can not be less than the specified value.

View File

@ -161,8 +161,8 @@ REST_API_VERSION_HISTORY = """
* 2.59 - Add driver ``details`` field to migration get progress.
* 2.60 - API URLs no longer need to include a project_id parameter.
* 2.61 - Added optional provisioning:max_share_size and
provisioning:min_share_size extra spec,
which was add minimum and maximum share size restrictions
provisioning:min_share_size extra specs,
which can add minimum and maximum share size restrictions
on a per share-type granularity.
"""