mirror of https://github.com/apache/cloudstack.git
fix ovf end tag
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
8655f61631
commit
196dd7fb28
|
|
@ -352,6 +352,7 @@ public class OvfXmlUtil {
|
|||
sb.append("<SpecParams><source>urandom</source></SpecParams>");
|
||||
sb.append("</Item>");
|
||||
|
||||
sb.append("</Section>");
|
||||
sb.append("</Content>");
|
||||
sb.append("</ovf:Envelope>");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue