Change in ovirt-engine[master]: core: Fix filling in disk aliases in BLL messages

Allon Mureinik has submitted this change and it was merged. Change subject: core: Fix filling in disk aliases in BLL messages ...................................................................... core: Fix filling in disk aliases in BLL messages As part of change-id I7c56d9d2926eaf34b4a279c8d61a8cb166524da9 the placeholder for the disk aliases was changed from ${diskAlias} to ${diskAliases}, but several places in the code continued to reference the old placeholder. This patch fixes that regression. Change-Id: I65382d5b43fd12c65671df2f0824c584e012d07c Bug-Url: https://bugzilla.redhat.com/879217 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AttachDiskToVmCommand.java M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveOrCopyDiskCommand.java 2 files changed, 2 insertions(+), 2 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9446 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I65382d5b43fd12c65671df2f0824c584e012d07c Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Vered Volansky <vvolansk@redhat.com>
participants (1)
-
amureini@redhat.com