Fix option description

Remove misleading URL, should point to xCAT documentation, or other user
manual. Fix several typo.

Change-Id: I422dda1e223f17414a971ae27f5e65d52bd3940a
(cherry picked from commit 9b3f22daaa)
This commit is contained in:
Huang Shi Lin 2016-11-15 13:16:53 +08:00
parent 9bc6f771a9
commit bc777bd920
1 changed files with 5 additions and 6 deletions

View File

@ -68,15 +68,14 @@ Possible values:
cfg.StrOpt('zvm_xcat_ca_file',
default=None,
help="""
CA file for https connection to xcat.
CA file for https connection to xCAT REST API.
When https is used to communicate between zvm driver and xcat,
zvm driver need to have a CA file so that certificates will
be used to verify xcat is the one zvm plugin to connect to.
see https://bugs.launchpad.net/ossn/+bug/1188189 for additional info.
When HTTPS protocol is used to communicate between z/VM driver and xCAT REST
API, z/VM driver need to have a CA file which will be used to verify xCAT is
the one z/VM driver to connect to.
Possible values:
A file location in the host that running compute service.
A CA file name and location in the host that running compute service.
"""),
cfg.StrOpt('zvm_diskpool',
default=None,