Clarify usage of --insecure flag

Change-Id: Iad52212ea2ba7bfc93c597c23cc6314f9916edb9
This commit is contained in:
Sascha Peilicke 2012-07-20 10:20:32 +02:00
parent b9e1d61872
commit 186a38cbc6
1 changed files with 4 additions and 1 deletions

View File

@ -141,7 +141,10 @@ class OpenStackComputeShell(object):
parser.add_argument('--insecure',
default=utils.env('NOVACLIENT_INSECURE', default=False),
action='store_true',
help=argparse.SUPPRESS)
help="Explicitly allow novaclient to perform \"insecure\" "
"SSL (https) requests. The server's certificate will "
"not be verified against any certificate authorities. "
"This option should be used with caution.")
# FIXME(dtroyer): The args below are here for diablo compatibility,
# remove them in folsum cycle