Skip to content

Commit f5fdf92

Browse files
committed
fix(olss): 🐛 olvm: update monitor resource type.
See: https://gerrit.ovirt.org/c/ovirt-engine/+/87550 Signed-off-by: Philippe Vanhaesendonck <[email protected]>
1 parent d1f6011 commit f5fdf92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oracle-linux-image-tools/cloud/olvm/mk-envelope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def generate_ovf(args):
362362
document.createOvfElement('Item', parent=vh_section, text_elements={
363363
'rasd:Caption': 'Graphical Controller',
364364
'rasd:InstanceId': get_uuid(),
365-
'rasd:ResourceType': '20',
365+
'rasd:ResourceType': '32768',
366366
'Type': 'video',
367367
'rasd:VirtualQuantity': '1',
368368
'Device': 'vga',

0 commit comments

Comments
 (0)