Daniel Erez has uploaded a new change for review. Change subject: core: mark GetVirtioScsiControllers as user query ......................................................................
core: mark GetVirtioScsiControllers as user query Marking GetVirtioScsiControllers query as VdcQueryAuthType.User since it's being used by the user portal. Change-Id: I268b39bc85525a270998c10b67c2463a45a08a26 Bug-Url: https://bugzilla.redhat.com/1016826 Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/03/20003/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java index 7a78824..37d313d 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java @@ -20,7 +20,7 @@ GetSoundDevices(VdcQueryAuthType.User), GetVmsByVnicProfileId, GetTemplatesByVnicProfileId, - GetVirtioScsiControllers, + GetVirtioScsiControllers(VdcQueryAuthType.User), // Vds queries GetVdsByVdsId, -- To view, visit http://gerrit.ovirt.org/20003 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I268b39bc85525a270998c10b67c2463a45a08a26 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
