1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-23 01:49:59 -05:00

Update README.md

This commit is contained in:
Tianhao He 2017-01-23 21:52:34 -08:00 committed by GitHub
parent e9a5cd3106
commit b82debc4be

View File

@ -72,6 +72,7 @@ Next, using a text editor open ../samples/vsphere/vcenter/setup/testbed.py and e
config["USE_NFS"] = True config["USE_NFS"] = True
config["NFS_HOST"] = "<nfs_ipaddress>" config["NFS_HOST"] = "<nfs_ipaddress>"
config["NFS_REMOTE_PATH"] = "/store1"
Save and close the file. Save and close the file.