ofri masad has uploaded a new change for review. Change subject: webadmin: Change move to quota enforcing mode message ......................................................................
webadmin: Change move to quota enforcing mode message The message presented when moving the DC into enforcing quota mode was rephrased. Change-Id: Ie24d00f6523d4600962820ff2b88ed4eaf60443f Bug-Url: https://bugzilla.redhat.com/903684 Signed-off-by: Ofri Masad <[email protected]> --- M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/63/12163/1 diff --git a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java index 31b2f6c..f20801a 100644 --- a/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java +++ b/frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/Constants.java @@ -591,9 +591,9 @@ @DefaultStringValue("You are about to change the Cluster Compatibility Version. Are you sure you want to continue?") String youAreAboutChangeClusterCompatibilityVersionMsg(); - @DefaultStringValue("You are about to enable the Data Center Quota Enforcement. Since No Quota allocations are defined for this Data Center, engine users will not be able run VMs or create new disks." + - "\nCurrently running VMs will keep running.\n\nUse Audit mode in order to get the alerts without actually blocking the users. Once ready, you can move Quota from Audit to Enforcing mode to actually block Quota violations.\n\n" + - "In order to define quota allocations, go to quota main tab, or in Data Center tab choose quota sub-tab. Use the add button in order to define a new quota allocation. Note that this can be done regardless of Quota state being enabled or disabled.\n\n" + + @DefaultStringValue("Moving Quota to Enforce Mode\n" + + "All the templates, virtual machines, and disks must be assigned into specific quota allocations otherwise will be unusable.\nUsers should be added as quota consumers.\n\n" + + "Please consider using Audit mode until you define Quotas for the users.\n\n" + "Are you sure you want to continue?") String youAreAboutChangeDCQuotaEnforcementMsg(); -- To view, visit http://gerrit.ovirt.org/12163 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie24d00f6523d4600962820ff2b88ed4eaf60443f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: ofri masad <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
