Ori Liel has posted comments on this change.

Change subject: restapi: Add 3.1 Features To Capabilities
......................................................................


Patch Set 3: (2 inline comments)

....................................................
File 
backend/manager/modules/restapi/jaxrs/src/main/java/org/ovirt/engine/api/restapi/resource/utils/FeaturesHelper.java
Line 63:     private void addFeatureAsyncDelete(Features features) {
Line 64:         Feature feature = new Feature();
Line 65:         feature.setName("Async Delete");
Line 66:         feature.setDescription("Ability to specify that DELETE request 
will be performed asynchronously, using the 'async' url parameter.");
Line 67:         features.getFeature().add(feature);
ok
Line 68:     }
Line 69: 
Line 70:     private void addFeatureFloatingDisks(Features features) {
Line 71:         Feature feature = new Feature();


Line 126:     private void addFeatureTransparentHugePages(Features features) {
Line 127:         Feature feature = new Feature();
Line 128:         feature.setName("Transparent-Huge-Pages Memory Policy");
Line 129:         feature.setTransparentHugepages(new TransparentHugePages());
Line 130:         features.getFeature().add(feature);
it's still 3.0, just moved to a method
Line 131:     }
Line 132: 
Line 133:     private void addFeatureMaxResults(Features features) {
Line 134:         Feature feature = new Feature();


--
To view, visit http://gerrit.ovirt.org/6394
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ic20e90027722febc173c833b7c872856e7829147
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ori Liel <[email protected]>
Gerrit-Reviewer: Michael Pasternak <[email protected]>
Gerrit-Reviewer: Ori Liel <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to