Eli Mesika has posted comments on this change.

Change subject: core:  in PM only selecting apc or ipmilan...
......................................................................


Patch Set 1:

(3 comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/GetAgentFenceOptionsQuery.java
Line 5: import 
org.ovirt.engine.core.common.queries.GetAgentFenceOptionsQueryParameters;
Line 6: import org.ovirt.engine.core.common.queries.VdcQueryParametersBase;
Line 7: import org.ovirt.engine.core.utils.pm.VdsFenceOptions;
Line 8: 
Line 9: public class GetAgentFenceOptionsQuery<P extends 
VdcQueryParametersBase> extends FenceQueryBase<P> {
Done
Line 10: 
Line 11:     public GetAgentFenceOptionsQuery(P parameters) {
Line 12:         super(parameters);
Line 13:     }


....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/pm/VdsFenceOptions.java
Line 44:      */
Line 45:     public VdsFenceOptions(String version) {
Line 46:         this.version = version;
Line 47:         InitCache();
Line 48:         Init();
Done
Line 49:     }
Line 50: 
Line 51:     /**
Line 52:      * Initializes a new instance of the <see 
cref="VdsFencingOptions"/> class.


....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostModel.java
Line 1334:         getPmOptions().setIsChangable(isPm);
Line 1335:         getPmOptions().setIsValid(true);
Line 1336:         getPmSecure().setIsChangable(isPm);
Line 1337:         VDSGroup cluster = (VDSGroup) getCluster().getSelectedItem();
Line 1338:         String version = "general"; //$NON-NLS-1$
Done
Line 1339:         if (cluster != null) {
Line 1340:             version = cluster.getcompatibility_version().toString();
Line 1341:         }
Line 1342:         String pmType = (String) getPmType().getSelectedItem();


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I2f815e90d95e8cd21aca51a803dccde8079dee5d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to