Skip to content

Commit

Permalink
Fix empty hardware version in collect OVF config info
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Zhang <qiz@vmware.com>
  • Loading branch information
keirazhang committed Sep 1, 2023
1 parent 1cf9f48 commit 133c7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/collect_ovf_vm_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ovf_vm_hardware_config |
combine({'Guest OS ID': vm_config.config.guestId | default(''),
'Guest OS Version': vm_config.config.guestFullName | default(''),
'Hardware Version': vm_hardware_version | default(''),
'Hardware Version': vm_config.config.version | default(''),
'CPU Number': vm_config.config.hardware.numCPU | default(''),
'CPU Cores per Socket': vm_config.config.hardware.numCoresPerSocket | default(''),
'CPU Hot Add Enabled': vm_config.config.cpuHotAddEnabled | default(''),
Expand Down

0 comments on commit 133c7de

Please sign in to comment.