Skip to content

Commit aa3669e

Browse files
authored
Merge pull request #72 from AmedeeBulle/olss-monitors
fix(olss): olvm: update monitor resource type.
2 parents 4a60fa5 + f5fdf92 commit aa3669e

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)