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:
parent
1159349631
commit
e77a694de1
@ -21,7 +21,7 @@ config["PASSWORD"] = "Admin!23"
|
||||
config["ESX_HOST1"] = ""
|
||||
config["ESX_HOST2"] = ""
|
||||
config["ESX_USER"] = "root"
|
||||
config["ESX_PASS"] = ""
|
||||
config["ESX_PASS"] = "ca$hc0w"
|
||||
|
||||
config["USE_NFS"] = True
|
||||
config["NFS_HOST"] = ""
|
||||
|
Loading…
Reference in New Issue
Block a user