1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-25 02:39:59 -05:00

Update default vc password

This commit is contained in:
Tianhao He 2017-08-16 13:54:58 -07:00 committed by GitHub
parent bdda4be0dd
commit 58b044feec

View File

@ -17,7 +17,7 @@ __copyright__ = 'Copyright 2016 VMware, Inc. All rights reserved.'
config = {} config = {}
config["SERVER"] = "" config["SERVER"] = ""
config["USERNAME"] = "administrator@vsphere.local" config["USERNAME"] = "administrator@vsphere.local"
config["PASSWORD"] = "Admin!23" config["PASSWORD"] = "VMware1!"
config["ESX_HOST1"] = "" config["ESX_HOST1"] = ""
config["ESX_HOST2"] = "" config["ESX_HOST2"] = ""