From 71a0caece87727e07bc34ae265dda58ca3e1e6d2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 20 Jul 2012 10:18:02 +0200 Subject: [PATCH] Clarify usage of --insecure flag Change-Id: If19a7aab92350fb68e447a0ffe8a97e079d762e4 --- glanceclient/shell.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/glanceclient/shell.py b/glanceclient/shell.py index 2b1b5d9f..6c93c6cf 100644 --- a/glanceclient/shell.py +++ b/glanceclient/shell.py @@ -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,