1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 17:29:59 -05:00

fix network helper method - 2

This commit is contained in:
Tianhao He 2019-02-05 17:30:05 +08:00
parent 8c44352bab
commit 58968f2ee1

View File

@ -65,7 +65,7 @@ class VMSetup(object):
print('standard_network={}'.format(standard_network))
distributed_network = samples.vsphere.vcenter.helper \
.network_helper.get_distributed_network_backing(
.network_helper.get_network_backing(
context.client,
context.testbed.config['VDPORTGROUP1_NAME'],
context.testbed.config['VM_DATACENTER_NAME'],