Adds NOVACLIENT_INSECURE option.
Fixes bug 960704 Change-Id: I885fddaac57c113b66b4b71120c2a537fa391b09
This commit is contained in:
parent
bb2876b4d5
commit
3d9a2284d3
@ -121,7 +121,7 @@ class OpenStackComputeShell(object):
|
||||
help='Accepts 1.1, defaults to env[NOVA_VERSION].')
|
||||
|
||||
parser.add_argument('--insecure',
|
||||
default=False,
|
||||
default=utils.env('NOVACLIENT_INSECURE', default=False),
|
||||
action='store_true',
|
||||
help=argparse.SUPPRESS)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user