Gilad Chaplik has posted comments on this change. Change subject: restapi: missing links in scheduling policies resource ......................................................................
Patch Set 1: Verified+1 (1 comment) http://gerrit.ovirt.org/#/c/29399/1/backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendSchedulingPoliciesResource.java File backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/BackendSchedulingPoliciesResource.java: Line 18: import org.ovirt.engine.core.compat.Guid; Line 19: Line 20: public class BackendSchedulingPoliciesResource extends AbstractBackendCollectionResource<SchedulingPolicy, ClusterPolicy> implements SchedulingPoliciesResource { Line 21: Line 22: static final String[] SUB_COLLECTIONS = { "filters", "weights", "balances", "clusters" }; clusters isn't implemented yet... will open a bug for it. Line 23: Line 24: public BackendSchedulingPoliciesResource() { Line 25: super(SchedulingPolicy.class, ClusterPolicy.class, SUB_COLLECTIONS); Line 26: } -- To view, visit http://gerrit.ovirt.org/29399 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I693e228efc3aeac1cee9f0d7342248713f1c5432 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Ori Liel <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
