Daniel Erez has posted comments on this change. Change subject: core: FeatureSupported - adding CinderProviderSupported ......................................................................
Patch Set 5: (1 comment) https://gerrit.ovirt.org/#/c/38905/5/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/FeatureSupported.java File backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/FeatureSupported.java: Line 499: } Line 500: Line 501: /** Line 502: * @param version - compatibility version to check for Line 503: * @return <code>true</code> if the Cinder provider is supported for the specified Cluster > Why specified cluster? it should be specified Data Center Done Line 504: */ Line 505: public static boolean cinderProviderSupported(Version version) { Line 506: return supportedInConfig(ConfigValues.CinderProviderSupported, version); Line 507: } -- To view, visit https://gerrit.ovirt.org/38905 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I65e96449d455bc6b001c8cfba028d43d0c168cc7 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
