We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50054fe commit ecf57c3Copy full SHA for ecf57c3
1 file changed
tools/appliance/convert_ovf_vbox_to_esx.xslt
@@ -24,10 +24,10 @@
24
<xsl:template match="ovf:Item[./rasd:ResourceType/text()=20]">
25
<Item>
26
<xsl:copy-of select="rasd:Address"/>
27
- <xsl:copy-of select="rasd:BusNumber"/>
28
<rasd:Caption>scsiController0</rasd:Caption>
29
<rasd:Description>SCSI Controller</rasd:Description>
30
- <xsl:copy-of select="rasd:InstanceId"/>
+ <rasd:ElementName>scsiController0</rasd:ElementName>
+ <xsl:copy-of select="rasd:InstanceID"/>
31
<rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
32
<rasd:ResourceType>6</rasd:ResourceType>
33
</Item>
0 commit comments