Back to bug 1029719

Who When What Removed Added
RHEL Program Management 2013-11-13 01:28:59 UTC Target Release --- 4.0
Yuko Katabami 2013-11-13 01:33:20 UTC Keywords i18n
CC qe-i18n-bugs
Julie Pichon 2013-11-13 16:57:23 UTC Keywords Triaged
Target Release 4.0 5.0
Assignee rhos-maint jpichon
Link ID Launchpad 1250945
John Skeoch 2014-01-13 01:07:11 UTC CC hateya
Julie Pichon 2014-01-21 16:39:06 UTC Status NEW POST
Doc Text Cause: Unlimited quotas are usually represented in the code as float("inf").

Consequence: On the project overview, "inf" is directly displayed in the strings related to quotas and this value is not translatable, which causes issues with other languages.

Fix: Display "No Limit" instead of "inf", and mark that string as translatable.

Result: The overview now displays "No Limit" instead of "inf", and can be translated to other locales.
Target Milestone --- Upstream M1
Lijun Li 2014-01-22 09:44:39 UTC CC lijli
Summer Long 2014-02-03 23:42:54 UTC CC slong
Julie Pichon 2014-05-27 09:47:42 UTC Status POST MODIFIED
Fixed In Version python-django-horizon-2014.1-4.el7ost
Link ID OpenStack gerrit 56348
Alvaro Lopez Ortega 2014-06-12 15:51:18 UTC Status MODIFIED ON_QA
Lon Hohberger 2014-06-25 16:22:01 UTC Status ON_QA MODIFIED
errata-xmlrpc 2014-06-25 16:30:51 UTC Status MODIFIED ON_QA
Deepti Navale 2014-06-26 06:09:31 UTC CC dnavale
Doc Text Cause: Unlimited quotas are usually represented in the code as float("inf").

Consequence: On the project overview, "inf" is directly displayed in the strings related to quotas and this value is not translatable, which causes issues with other languages.

Fix: Display "No Limit" instead of "inf", and mark that string as translatable.

Result: The overview now displays "No Limit" instead of "inf", and can be translated to other locales.
Previously, unlimited quotas were represented in the code as a float ('inf') parameter. As a result, 'inf' was directly displayed in the strings related to the quotas on the Project overview page. This value is not translatable and caused issues in other languages.

With this update, 'inf' has been replaced by 'No Limit' and marked as translatable. The Overview now displays 'No Limit' and can be translated to other locales.
errata-xmlrpc 2014-07-07 15:02:54 UTC Status ON_QA RELEASE_PENDING
errata-xmlrpc 2014-07-08 15:42:50 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2014-07-08 11:42:50 UTC
John Skeoch 2015-02-15 22:02:39 UTC CC athomas

Back to bug 1029719