Clarify usage of --insecure flag

Change-Id: If19a7aab92350fb68e447a0ffe8a97e079d762e4
This commit is contained in:
Sascha Peilicke
2012-07-20 10:18:02 +02:00
parent 070f176abf
commit 71a0caece8

View File

@@ -55,7 +55,10 @@ class OpenStackImagesShell(object):
parser.add_argument('--insecure',
default=False,
action='store_true',
help=argparse.SUPPRESS)
help="Explicitly allow glanceclient 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.")
parser.add_argument('--timeout',
default=600,