Skip to content

Commit

Permalink
EUCA-12799 - Reverted 85d2fda
Browse files Browse the repository at this point in the history
  • Loading branch information
vasiliykochergin committed Dec 10, 2016
1 parent c6e1435 commit a298545
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tools/libvirt.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -213,18 +213,6 @@ that describes a Eucalyptus instance to be launched.
</xsl:otherwise>
</xsl:choose>
</source>
<boot>
<xsl:attribute name="order">
<xsl:variable name="devname" select="@targetDeviceName" />
<xsl:for-each select="/instance/vbrs/vbr">
<xsl:choose>
<xsl:when test="./guestDeviceName[text() = $devname]">
<xsl:value-of select="number(./diskNumber) + 1" />
</xsl:when>
</xsl:choose>
</xsl:for-each>
</xsl:attribute>
</boot>
<target>
<xsl:choose>
<xsl:when test="(/instance/hypervisor/@type='kvm' or /instance/hypervisor/@type = 'qemu') and ( /instance/os/@platform='windows' or /instance/os/@virtioRoot = 'true')">
Expand Down

0 comments on commit a298545

Please sign in to comment.