vCenter_insecure parameter was changed

Change-Id: Ie9a07714abc6e6f275c4e0423813ce86bc9e2947
Related-bug: #1616438
Closes-bug: #1641061
This commit is contained in:
ibumarskov 2016-11-11 15:16:17 +03:00
parent f4348d5bb8
commit 9e8958a65d
1 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ class VMwareActions(object):
"vcenter_host": vc_host,
"az_name": vc_az,
"vcenter_password": vc_pwd,
"vcenter_insecure": ca_bypass,
"vcenter_security_disabled": ca_bypass,
"vcenter_ca_file": ca_file
}
@ -125,7 +125,7 @@ class VMwareActions(object):
"vcenter_password": pwd,
"datacenter": dc,
"datastore": ds,
"vcenter_insecure": ca_bypass,
"vcenter_security_disabled": ca_bypass,
"ca_file": ca_file
}
}