Sandro Bonazzola has submitted this change and it was merged. Change subject: packaging: setup: fixing VM parameters type when read from an OVF file ......................................................................
packaging: setup: fixing VM parameters type when read from an OVF file If manually entered (booting from CD), VCPUS and MEM_SIZE_MB are stored in the enviroment as strings, if read from OVF they should be stored in the same way cause everything else assume that they are strings. Change-Id: Ie9adf2248995a5e9e12d01065d4d5d4e4acdaa9d Bug-Url: https://bugzilla.redhat.com/1198725 Signed-off-by: Simone Tiraboschi <[email protected]> --- M src/plugins/ovirt-hosted-engine-setup/vm/boot_disk.py 1 file changed, 7 insertions(+), 9 deletions(-) Approvals: Fabian Deutsch: Looks good to me, but someone else must approve Sandro Bonazzola: Looks good to me, approved Simone Tiraboschi: Verified -- To view, visit https://gerrit.ovirt.org/38389 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie9adf2248995a5e9e12d01065d4d5d4e4acdaa9d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: Lev Veyde <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
