Oved Ourfali has submitted this change and it was merged.
Change subject: core: make user-API relevant queries to be user queries (#846300)
......................................................................
core: make user-API relevant queries to be user queries (#846300)
https://bugzilla.redhat.com/show_bug.cgi?id=846300
This patch is one of the patches for fixing the bug above.
In order to allow users to view datacenters and storage domains in the
user level API, we need to allow them to run the queries
GetStorageServerConnectionById and GetAvailableStoragePoolVersions.
Change-Id: I2953ea0709f7a9acb7de81ad43da442fc19734e2
Signed-off-by: Oved Ourfali <oourfali(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAvailableStoragePoolVersionsQuery.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/VdcQueryType.java
M
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendStorageDomainsResource.java
3 files changed, 17 insertions(+), 14 deletions(-)
Approvals:
Oved Ourfali: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/7003
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I2953ea0709f7a9acb7de81ad43da442fc19734e2
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Asaf Shakarchi <asaf(a)redhat.com>
Gerrit-Reviewer: Ori Liel <oliel(a)redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourfali(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>