mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-21 17:29:59 -05:00
Merge pull request #246 from vmware/sumitAgrawal007-Remove-testbed-password
Remove testbed password
This commit is contained in:
commit
2429b64b13
@ -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