Bug 1026113
Summary: | [ALL_LANG] Unlocalized error message: Project -> Access & Security -> Keypairs -> Create Keypair | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Yuko Katabami <ykatabam> | ||||||
Component: | python-django-horizon | Assignee: | Matthias Runge <mrunge> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Shai Revivo <srevivo> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 4.0 | CC: | aortega, athomas, iovadia, lijli, mkaliyam, mrunge, nbarcet, qe-i18n-bugs, srevivo, ykatabam | ||||||
Target Milestone: | --- | Keywords: | i18n, Triaged | ||||||
Target Release: | 8.0 (Liberty) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-01-12 20:47:49 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Yuko Katabami
2013-11-03 22:12:05 UTC
Created attachment 818831 [details]
Unlocalized error message for Create Keypair
Just realized that in order to reproduce this error message, you simply create one keypair and then try to make another one using the same name. Thank you for the bug report. Horizon is displaying the error message as it is returned by the Nova compute service. There are two issues at hand here: Nova strings are not translated, and there is no good system currently to request for a message to be returned in a specific locale. Fixing this will require a larger effort together with the other projects. Nova now appears to support the Accept-Language header: https://blueprints.launchpad.net/nova/+spec/user-locale-api . I will create a blueprint upstream for Horizon to take advantage of this - it's larger than just this bug, we should use the header with every API that supports it (I know at least Cinder does). I'll post a link back here once the blueprint is created. Because feature freeze was on September 4th this won't make Juno / 6.0. I'll retarget to 7.0 when it's added to the "target release" dropdown. The workflow is changed. now the error is displaying during validation time only. so we can't reproduce in latest releases. upstream change ids: I223c963349fe65ca09ed805edeebbe234c0131dc I5f543063aa3bc90824299b53f18123bac000348e Yuko, as Masco stated in his comment, the workflow was changed for liberty release. Could you please retry this on RHOS-8? Thank you, Matthias Hi Matthias, Would it be possible for you to provide me a test environment, so I can check it? I only have horizon osp-7 at the moment. Created attachment 1144637 [details]
error message localized in ja-JP
I have checked with osp-8 Horizon and confirmed that the error message is now localized.
Moving the status to VERIFIED.
|