diff --git a/system_test/actions/vcenter_actions.py b/system_test/actions/vcenter_actions.py index d52e3690b..061a977c7 100644 --- a/system_test/actions/vcenter_actions.py +++ b/system_test/actions/vcenter_actions.py @@ -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 } }