Omer Frenkel has posted comments on this change. Change subject: Engine: Vm Init - new Feature ......................................................................
Patch Set 17: (1 comment) http://gerrit.ovirt.org/#/c/23020/17/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfWriter.java File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfWriter.java: Line 126: if (vmInit.getRootPassword() != null) { Line 127: _writer.WriteAttributeString(OVF_URI, "rootPassword", vmInit.getRootPassword()); Line 128: } Line 129: if (vmInit.getCustromScript() != null) { Line 130: _writer.WriteAttributeString(OVF_URI, "custromScript", vmInit.getCustromScript()); typo here as well.. (custom) Line 131: } Line 132: _writer.WriteEndElement(); Line 133: } Line 134: } -- To view, visit http://gerrit.ovirt.org/23020 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I9383727c42713a0fda6d21782e2de708bfb57e47 Gerrit-PatchSet: 17 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Shahar Havivi <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
