
Omer Frenkel has submitted this change and it was merged. Change subject: core: add 'Comment' field to OVF ...................................................................... core: add 'Comment' field to OVF 'Comment' is missing from the OVF, therfore, missing from snapshots, import-export and also not working when editing running vm. this patch add the fields to the OVF and solving all above. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1128446 Change-Id: I79fdcfd10d2bd510b57314f330f349b38e6f5ee2 Signed-off-by: Omer Frenkel <ofrenkel@redhat.com> --- M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfProperties.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfReader.java M backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfWriter.java 3 files changed, 10 insertions(+), 0 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Omer Frenkel: Verified -- To view, visit http://gerrit.ovirt.org/31666 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I79fdcfd10d2bd510b57314f330f349b38e6f5ee2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server