1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-22 09:39:58 -05:00

Hardcoding ESX_HOST password. VCENTER Server UserName/Password are hardcoded too

User can Modify the same if required
This commit is contained in:
PavanBidkar 2017-03-09 15:58:33 +05:30
parent 1159349631
commit e77a694de1

View File

@ -21,7 +21,7 @@ config["PASSWORD"] = "Admin!23"
config["ESX_HOST1"] = "" config["ESX_HOST1"] = ""
config["ESX_HOST2"] = "" config["ESX_HOST2"] = ""
config["ESX_USER"] = "root" config["ESX_USER"] = "root"
config["ESX_PASS"] = "" config["ESX_PASS"] = "ca$hc0w"
config["USE_NFS"] = True config["USE_NFS"] = True
config["NFS_HOST"] = "" config["NFS_HOST"] = ""