Moti Asayag has submitted this change and it was merged.
Change subject: engine,webadmin: Replace the call to deprecated UpdateDisplayToVdsGroup
command with UpdateNetworkOnCluster one
......................................................................
engine,webadmin: Replace the call to deprecated UpdateDisplayToVdsGroup
command with UpdateNetworkOnCluster one
1. Replace call to UpdateDisplayToVdsGroup command with
UpdateNetworkOnCluster one in ClusterNetworkListModel.setDisplay()
method.
2. Remove deprecated UpdateDisplayToVdsGroup and the related command
class as those aren't in use anymore.
Change-Id: I9f103f0db10a06b0b2689298d3bfa505f4615577
Signed-off-by: Yevgeny Zaspitsky <yzaspits(a)redhat.com>
---
D
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateDisplayToVdsGroupCommand.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcActionType.java
M backend/manager/modules/dal/src/main/resources/bundles/ExecutionMessages.properties
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterNetworkListModel.java
4 files changed, 7 insertions(+), 75 deletions(-)
Approvals:
Moti Asayag: Looks good to me, approved
Yevgeny Zaspitsky: Verified
--
To view, visit
http://gerrit.ovirt.org/26505
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9f103f0db10a06b0b2689298d3bfa505f4615577
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yevgeny Zaspitsky <yzaspits(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Martin Mucha <mmucha(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Yevgeny Zaspitsky <yzaspits(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server