Skip to content

Commit 41b1101

Browse files
committed
2 parents 4e22138 + 6c785c6 commit 41b1101

File tree

1 file changed

+2
-0
lines changed
  • samples/vsphere/vcenter/setup

1 file changed

+2
-0
lines changed

samples/vsphere/vcenter/setup/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
_testbed.config['ESX_PASS'] = args.esxpassword
5454
if (args.nfsserver):
5555
_testbed.config['NFS_HOST'] = args.nfsserver
56+
if (args.esxpassword):
57+
_testbed.config['ESX_PASS'] = args.esxpassword
5658

5759
print(_testbed.to_config_string())
5860

0 commit comments

Comments
 (0)