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

This commit is contained in:
Zuul 2018-03-26 10:22:20 +00:00 committed by Gerrit Code Review
commit 997d3ef545
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',