Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(olss): 🐛 olvm: update monitor resource type.
See: https://gerrit.ovirt.org/c/ovirt-engine/+/87550 Signed-off-by: Philippe Vanhaesendonck <philippe.vanhaesendonck@oracle.com>
  • Loading branch information
AmedeeBulle committed Aug 5, 2022
commit f5fdf92cebe44e3788394669111acc1c8177f005
2 changes: 1 addition & 1 deletion oracle-linux-image-tools/cloud/olvm/mk-envelope.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def generate_ovf(args):
document.createOvfElement('Item', parent=vh_section, text_elements={
'rasd:Caption': 'Graphical Controller',
'rasd:InstanceId': get_uuid(),
'rasd:ResourceType': '20',
'rasd:ResourceType': '32768',
'Type': 'video',
'rasd:VirtualQuantity': '1',
'Device': 'vga',
Expand Down