Add insecure value for vmware configuration.

We need to set the 'insecure' value to True by default.

Change-Id: Ic90d1b5eb5959df3636f074ab099a90cd7e5a315
Closes-Bug: #1623864
This commit is contained in:
Vasily Gorin 2016-09-16 13:18:24 +03:00
parent b6a59c1975
commit c25b2c4ace
1 changed files with 4 additions and 1 deletions

View File

@ -762,7 +762,8 @@ class FuelWebClient29(object):
"datacenter": "",
"vcenter_host": "",
"vcenter_password": "",
"datastore": "", },
"datastore": "",
"vcenter_insecure": True},
"availability_zones": [
{"vcenter_username": VCENTER_USERNAME,
"nova_computes": [
@ -780,6 +781,8 @@ class FuelWebClient29(object):
"vcenter_host": VCENTER_IP,
"az_name": "vcenter",
"vcenter_password": VCENTER_PASSWORD,
"vcenter_insecure": True
}],
"network": {"esxi_vlan_interface": "vmnic0"}
}