Skip to content

Commit

Permalink
More intuitive serial port message
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmatthews committed Jan 5, 2015
1 parent 14da863 commit 1442b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions COT/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def deploy_esxi(args):
# ovftool does not create serial ports when deploying to a VM,
# so we'll have to fix this up manually later.
serial_count = vm.get_serial_count([args.configuration])
serial_count = serial_count[args.configuration]

# pass network settings on to ovftool
if args.network_map is not None:
Expand Down

0 comments on commit 1442b31

Please sign in to comment.