[sru] notify_kombu incorrect message format for logging
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Glance |
Low
|
Brian Waldon | ||
| Essex |
Undecided
|
Unassigned | ||
| glance (Ubuntu) |
Undecided
|
Unassigned | ||
| Precise |
Undecided
|
Chuck Short |
Bug Description
glance/
..
logger.
glance.po line 742
msgid "Notification with priority %(priority)s failed; msg=%s"
This message formt is not correct for Pybabel to compile, it will report error like this:
error: locale/
Related branches
- Ubuntu Server Developers: Pending requested 2012-03-16
-
Diff: 31 lines (+10/-3)2 files modifieddebian/changelog (+6/-0)
debian/glance-common.postinst (+4/-3)
Changed in glance: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Brian Waldon (bcwaldon) |
Fix proposed to branch: master
Review: https:/
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: master
commit 3de99a1831ce855
Author: Brian Waldon <email address hidden>
Date: Sun Apr 22 22:21:53 2012 -0700
Fix i18n in glance.
* Fixes bug 983829
Change-Id: Ibc5ec12e97e697
Changed in glance: | |
status: | In Progress → Fix Committed |
Fix proposed to branch: stable/essex
Review: https:/
Reviewed: https:/
Committed: http://
Submitter: Jenkins
Branch: stable/essex
commit 54622953c4cc091
Author: Brian Waldon <email address hidden>
Date: Sun Apr 22 22:21:53 2012 -0700
Fix i18n in glance.
* Fixes bug 983829
Change-Id: Ibc5ec12e97e697
tags: | added: in-stable-essex |
Changed in glance: | |
status: | Fix Committed → Fix Released |
Changed in glance (Ubuntu): | |
status: | New → In Progress |
Changed in glance (Ubuntu Precise): | |
status: | New → In Progress |
summary: |
- notify_kombu incorrect message format for logging + [sru] notify_kombu incorrect message format for logging |
Changed in glance (Ubuntu Precise): | |
milestone: | none → ubuntu-12.04.1 |
assignee: | nobody → Chuck Short (zulcss) |
Chuck Short (zulcss) wrote : | #6 |
** Impact **
Running glance in a zn_cn locale, glance will not function properly and result in traceback like the following:
This message formt is not correct for Pybabel to compile, it will report error like this:
error: locale/
** Development Fix **
This has been addressed in https:/
** Stable Fix **
This has been addressed in the stable/essex branch in https:/
** Test case **
Run glance with the zh_CN locale and check for messages like the following:
This message formt is not correct for Pybabel to compile, it will report error like this:
error: locale/
** Regression Potential **
Minimal, this only affects zh_CN locales and probably others.
Hello Edward, or anyone else affected,
Accepted glance into precise-proposed. The package will build now and be available in a few hours. Please test and give feedback here. See https:/
Changed in glance (Ubuntu Precise): | |
status: | In Progress → Fix Committed |
tags: | added: verification-needed |
Please find the attached Jenkins job results from the Ubuntu Server Team's CI infrastructure. As part of the verification process for this bug, Glance has been deployed and configured across multiple nodes using precise-proposed as an installation source. After successful bring-up and configuration of the cluster, a number of exercises and smoke tests have be invoked to ensure the updated package did not introduce any regressions. A number of test iterations were carried out to catch any possible transient errors.
Please Note the list of installed packages at the top and bottom of the report.
For records of upstream test coverage of this update, please see the Jenkins links in the comments of the relevant upstream code-review(s):
Trunk review: https:/
Stable review: https:/
As per the provisional Micro Release Exception granted to this package by the Technical Board, we hope this contributes toward verification of this update.
Adam Gandelman (gandelman-a) wrote : | #9 |
Test coverage log.
tags: |
added: verification-done removed: verification-needed |
Chris Halse Rogers (raof) wrote : | #10 |
This looks ready to move to -updates. What is the status of this in Quantal? We need to be sure that it'll be addressed there so that upgraders don't suffer a regression.
Launchpad Janitor (janitor) wrote : | #11 |
This bug was fixed in the package glance - 2012.1+
---------------
glance (2012.1+
* New usptream snapshot. (LP: #1010473)
* Resynchronize with stable/essex:
- 5462295 Fix i18n in glance.
- 7a9e3a7 Omit Content-Length on chunked transfer. (LP: #981332)
- 5838b63 Fix content type for qpid notifier. (LP: #980872)
- 98913da search for logger in PATH. Fixes (LP: #978907)
- f136e7e Ensure swift auth URL includes trailing slash. Fixes (LP: #979745)
* debian/rules: Add ability to build tarballs from a git snapshot.
* debian/
-- Chuck Short <email address hidden> Tue, 05 Jun 2012 10:43:12 -0400
Changed in glance (Ubuntu Precise): | |
status: | Fix Committed → Fix Released |
Changed in glance (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in glance: | |
milestone: | folsom-1 → 2012.2 |
Good catch, that log line actually raises a TypeError.