Clarify glance_api_insecure help text

The help text for the glance_api_insecure config setting
could cause confusion since it refers to using https but
calls it insecure. This clarifies the help text to point
out that this is in regards to SSL cert validation, not
that https is an insecure protocol to use.

Change-Id: Iee81e5392e07a4fb7ad22364e120d954f003f1c1
This commit is contained in:
Sean McGinnis 2016-02-27 08:17:22 -06:00
parent bda22d6495
commit db8c9160a1
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@ global_opts = [
cfg.BoolOpt('glance_api_insecure',
default=False,
help='Allow to perform insecure SSL (https) requests to '
'glance'),
'glance (https will be used but cert validation will '
'not be performed).'),
cfg.BoolOpt('glance_api_ssl_compression',
default=False,
help='Enables or disables negotiation of SSL layer '