Fix default value description

Change-Id: I615fc3f799e482230a92827aef95d69234d90fbe
This commit is contained in:
zhubingbing 2018-04-18 10:29:57 +08:00
parent 6ae24f4d3a
commit 87fe18be3d
1 changed files with 3 additions and 3 deletions

View File

@ -17,15 +17,15 @@
#
# [*target_prefix*]
# (Optional) Prefix for LVM volumes.
# Defaults to '$::cinder::params::target_prefix'.
# Defaults to '$::os_service_default'.
#
# [*nvmet_port_id*]
# (Optional) Port id of the NVMe target.
# Defaults to '$::cinder::params::nvmet_port_id'.
# Defaults to '1'.
#
# [*nvmet_ns_id*]
# (Optional) The namespace id associated with the subsystem.
# Defaults to '$::cinder::params::nvmet_ns_id'.
# Defaults to '10'.
#
# [*volume_backend_name*]
# (optional) Allows for the volume_backend_name to be separate of $name.