Change in ovirt-engine[ovirt-engine-4.0.2]: webadmin: image upload - remove volume type list

Piotr Kliczewski has submitted this change and it was merged. Change subject: webadmin: image upload - remove volume type list ...................................................................... webadmin: image upload - remove volume type list Image upload dialog: * Removed 'Allocation Policy' select-box. * Filled volume format select-box with COW/RAW. The patch is making use of an existing logic that infers volume type (getTemplateVolumeType method). I.e. * For file domains: Sparse volume type. * For block domains: Sparse if COW / Preallocated if RAW. Change-Id: I0eae9cc5ec850127e4e0fe7a0a49c76214bcd0bb Bug-Url: https://bugzilla.redhat.com/1359736 Signed-off-by: Daniel Erez <derez@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/UploadImageModel.java 1 file changed, 8 insertions(+), 27 deletions(-) Approvals: Daniel Erez: Verified Jenkins CI: Passed CI tests Allon Mureinik: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/61490 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0eae9cc5ec850127e4e0fe7a0a49c76214bcd0bb Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.0.2 Gerrit-Owner: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
piotr.kliczewski@gmail.com