Doron Fediuck has posted comments on this change.

Change subject: engine: fix clutser policy bugs
......................................................................


Patch Set 1:

(3 comments)

http://gerrit.ovirt.org/#/c/28161/1/backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
File 
backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties:

Line 1109: QOS_NAME_TOO_LONG=QoS name length must be under 255 characters.
Line 1110: 
Line 1111: # cluster policy errors
Line 1112: ACTION_TYPE_FAILED_CLUSTER_POLICY_PARAMETERS_INVALID=Cannot 
${action} ${type}. Parameters are invalid.
Line 1113: ACTION_TYPE_FAILED_CLUSTER_POLICY_DUPLICATE_POLICY_UNIT=Cannot 
${action} ${type}. policy unit already exists in cluster policy.
s/. policy/. Policy/
Line 1114: ACTION_TYPE_FAILED_CLUSTER_POLICY_NAME_INUSE=Cannot ${action} 
${type}. Name is in use.
Line 1115: ACTION_TYPE_FAILED_CLUSTER_POLICY_LOCKED=Cannot ${action} ${type}. 
Cluster Policy is locked, and cannot be editable.
Line 1116: ACTION_TYPE_FAILED_CLUSTER_POLICY_INUSE=Cannot ${action} ${type}. 
Cluster Policy is attached to cluster(s), please assign these cluster(s) to 
other policy.
Line 1117: ACTION_TYPE_FAILED_CLUSTER_POLICY_UNKNOWN_POLICY_UNIT=Cannot 
${action} ${type}. Policy unit is unknown.


http://gerrit.ovirt.org/#/c/28161/1/frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
File 
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java:

Line 3029: 
Line 3030:     @DefaultStringValue("Cannot ${action} ${type}. Parameters are 
invalid.")
Line 3031:     String ACTION_TYPE_FAILED_CLUSTER_POLICY_PARAMETERS_INVALID();
Line 3032: 
Line 3033:     @DefaultStringValue("Cannot ${action} ${type}. policy unit 
already exists in cluster policy.")
s/. policy/. Policy/
Line 3034:     String ACTION_TYPE_FAILED_CLUSTER_POLICY_DUPLICATE_POLICY_UNIT();
Line 3035: 
Line 3036:     @DefaultStringValue("Cannot ${action} ${type}. Name is in use.")
Line 3037:     String ACTION_TYPE_FAILED_CLUSTER_POLICY_NAME_INUSE();


http://gerrit.ovirt.org/#/c/28161/1/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
File 
frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties:

Line 1086: QOS_NAME_TOO_LONG=QoS name length must be under 255 characters.
Line 1087: 
Line 1088: # cluster policy errors
Line 1089: ACTION_TYPE_FAILED_CLUSTER_POLICY_PARAMETERS_INVALID=Cannot 
${action} ${type}. Parameters are invalid.
Line 1090: ACTION_TYPE_FAILED_CLUSTER_POLICY_DUPLICATE_POLICY_UNIT=Cannot 
${action} ${type}. policy unit already exists in cluster policy.
s/. policy/. Policy/
Line 1091: ACTION_TYPE_FAILED_CLUSTER_POLICY_NAME_INUSE=Cannot ${action} 
${type}. Name is in use.
Line 1092: ACTION_TYPE_FAILED_CLUSTER_POLICY_LOCKED=Cannot ${action} ${type}. 
Cluster Policy is locked, and cannot be editable.
Line 1093: ACTION_TYPE_FAILED_CLUSTER_POLICY_INUSE=Cannot ${action} ${type}. 
Cluster Policy is attached to cluster(s), please assign these cluster(s) to 
other policy.
Line 1094: ACTION_TYPE_FAILED_CLUSTER_POLICY_UNKNOWN_POLICY_UNIT=Cannot 
${action} ${type}. Policy unit is unknown.


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I136e42882c1642380eb641689fc39f3a72d1f789
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Martin Sivák <msi...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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