Fix typos in help text of Generic driver and ZFSSA config opts

Change 'the serviceinstance' to 'the service instance' in opts
 "Path to the x509 certificate used for accessing the service
 instance."

Change 'theservice instance' to 'the service instance' in opts
 "Use x509 certificates in order to authenticate to the service
 instance."

Change 'userpassword' to 'user's password' in opts
 "ZFSSA management authorized user's password."

Change-Id: I3b8f4d7e06aac1a72632e665f20fabccc23379a4
Closes-bug: #1650872
Closes-Bug: #1650875
This commit is contained in:
liumengwen 2016-12-23 22:11:25 +08:00 committed by Tom Barron
parent 163e60681a
commit 75a50d71a9
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ windows_share_server_opts = [
cfg.StrOpt(
"winrm_cert_pem_path",
default="~/.ssl/cert.pem",
help="Path to the x509 certificate used for accessing the service"
help="Path to the x509 certificate used for accessing the service "
"instance."),
cfg.StrOpt(
"winrm_cert_key_pem_path",
@ -43,7 +43,7 @@ windows_share_server_opts = [
cfg.BoolOpt(
"winrm_use_cert_based_auth",
default=False,
help="Use x509 certificates in order to authenticate to the"
help="Use x509 certificates in order to authenticate to the "
"service instance.")
]

View File

@ -36,7 +36,7 @@ ZFSSA_OPTS = [
cfg.StrOpt('zfssa_auth_user',
help='ZFSSA management authorized username.'),
cfg.StrOpt('zfssa_auth_password',
help='ZFSSA management authorized userpassword.'),
help='ZFSSA management authorized user\'s password.'),
cfg.StrOpt('zfssa_pool',
help='ZFSSA storage pool name.'),
cfg.StrOpt('zfssa_project',