yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #51626
[Bug 1536226] Re: Not all .po files compiled
** Also affects: glance
Importance: Undecided
Status: New
** Changed in: glance
Status: New => In Progress
** Changed in: glance
Importance: Undecided => High
** Changed in: glance
Assignee: (unassigned) => Sven Anderson (ansiwen)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1536226
Title:
Not all .po files compiled
Status in Glance:
In Progress
Status in OpenStack Compute (nova):
Fix Released
Status in openstack i18n:
New
Bug description:
python setup.py compile_catalog only compiles one <domain>.po file per
language to a <domain>.mo file. By default <domain> is the project
name, that is nova.po. This means all other nova-log-*.po files are
never compiled. The only way to get setup.py compile the other files
is calling it several times with different domains set, like for
instance `python setup.py --domain nova-log-info` and so on. Since
this is not usual, it can be assumed that the usual packages don't
contain all the .mo files.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1536226/+subscriptions
References