Missed the conversion specifier in the message definition
Bug #1183734 reported by
Ying Chun Guo
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Fix Released
|
Medium
|
Mukul Patel |
Bug Description
Hi,
The conversion specifier in below message after string varaible "rule_id" is missed.
It will cause an error reported during translation:
"Error: The expression '%(rule_id) i' is not present in the translation."
#: quantum/
#, python-format
msgid ""
"RuleManager.
"%(port_group_id)s"
msgstr ""
"RuleManager.
"nel gruppo di porte %(port_group_id)s"
Please fix it.
Thanks.
Daisy
Changed in quantum: | |
assignee: | nobody → Mukul Patel (mukul18) |
Changed in quantum: | |
status: | New → Incomplete |
status: | Incomplete → In Progress |
Changed in quantum: | |
importance: | Undecided → Medium |
milestone: | none → havana-1 |
tags: | added: midonet |
Changed in quantum: | |
status: | Fix Committed → Fix Released |
Changed in neutron: | |
milestone: | havana-1 → 2013.2 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/30477 github. com/openstack/ quantum/ commit/ 1c1ef911c13be19 c33e3de662618a8 eccd61af86
Committed: http://
Submitter: Jenkins
Branch: master
commit 1c1ef911c13be19 c33e3de662618a8 eccd61af86
Author: Mukul <email address hidden>
Date: Fri May 24 23:32:12 2013 +0530
Added conversion specifier for proper log
In function create_for_sg_rule conversion specifier after string varaible
"rule_id" was missed. It was causing an error during translation of debug
message due to unavailability of conversion specifier. Included proper
conversion specifier for getting proper debug log.
Fixes: bug #1183734
Change-Id: I0342a091fb8199 273c1bb9af59c42 c0e09c39349