mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 17:29:59 -05:00
Remove testbed password
This commit is contained in:
parent
50159f29c2
commit
eb3383ec41
@ -17,7 +17,7 @@ __copyright__ = 'Copyright 2016 VMware, Inc. All rights reserved.'
|
||||
config = {}
|
||||
config["SERVER"] = ""
|
||||
config["USERNAME"] = "administrator@vsphere.local"
|
||||
config["PASSWORD"] = "VMware1!"
|
||||
config["PASSWORD"] = ""
|
||||
|
||||
config["ESX_HOST1"] = ""
|
||||
config["ESX_HOST2"] = ""
|
||||
|
Loading…
Reference in New Issue
Block a user