You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by mc...@apache.org on 2014/01/22 20:27:34 UTC

[09/53] [abbrv] git commit: updated refs/heads/rbac to 33cd1ab

Adjust values for this version of vbox


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ecf57c36
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ecf57c36
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ecf57c36

Branch: refs/heads/rbac
Commit: ecf57c368a9790e28e47bb83b51201763bd2b1ef
Parents: 50054fe
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Jan 17 17:23:46 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Jan 17 17:23:46 2014 +0100

----------------------------------------------------------------------
 tools/appliance/convert_ovf_vbox_to_esx.xslt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ecf57c36/tools/appliance/convert_ovf_vbox_to_esx.xslt
----------------------------------------------------------------------
diff --git a/tools/appliance/convert_ovf_vbox_to_esx.xslt b/tools/appliance/convert_ovf_vbox_to_esx.xslt
index 384f6a0..a6c086d 100644
--- a/tools/appliance/convert_ovf_vbox_to_esx.xslt
+++ b/tools/appliance/convert_ovf_vbox_to_esx.xslt
@@ -24,10 +24,10 @@
     <xsl:template match="ovf:Item[./rasd:ResourceType/text()=20]">
         <Item>
         <xsl:copy-of select="rasd:Address"/>
-        <xsl:copy-of select="rasd:BusNumber"/>
         <rasd:Caption>scsiController0</rasd:Caption>
         <rasd:Description>SCSI Controller</rasd:Description>
-        <xsl:copy-of select="rasd:InstanceId"/>
+        <rasd:ElementName>scsiController0</rasd:ElementName>
+        <xsl:copy-of select="rasd:InstanceID"/>
         <rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
         <rasd:ResourceType>6</rasd:ResourceType>
         </Item>