mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-24 18:30:00 -05:00
Update default vc password
This commit is contained in:
parent
bdda4be0dd
commit
58b044feec
@ -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"] = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user