RETIRED, further work has moved to Debian project infrastructure
Go to file
Lianhao Lu baad3c800f Ground work for transifex-ify ceilometer.
Following http://wiki.openstack.org/Translations to integrate transifex
translation into ceilometer and to fix bug 1082805.

This is the ground work to enable translation jobs using transifex and
Jenkin's in ceilometer. We added the empty file
ceilometer/locale/ceilometer.pot to avoid the failure of the Jenkin'
translation-jobs because git doesn't allow empty directory to be added
into the repository.

We still need to do the following things once this patch gets accepted:

1. Make the transifex ceilometer project
(https://www.transifex.com/projects/p/ceilometer/) as part of the
openstack transifex project hub and give access to the transifex
openstack Jenkins account.

2. Add the translation-jobs into openstack/openstack-ci-puppet for
ceilometer.

3. Recheck and/or clean the LOG.foobar strings in ceilometer so that
only the useful and necessary strings would be extracted into the .pot
file.

NOTE:
1. Don't use '_' as the variable name for "don't care", since it clashes
with gettext module.

2. Wrap the string with the underscore function to make it ready for
translation, e.g.

  internationalized_string = _("I'm internationalized!")
  LOG.debug(_('I speak the language of %(language)s'), locals())

Change-Id: I9732e424b374afa8f0650baf4e3537109e7520d1
2012-12-18 10:14:03 +08:00
bin Implements database upgrade as storage engine independent 2012-12-10 14:10:17 +01:00
ceilometer Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
doc Virt inspector directly layered over hypervisor API 2012-12-06 12:30:03 +00:00
etc/ceilometer Provide default configuration file 2012-11-19 12:19:42 +01:00
tests Merge "Instantiate inspector in compute manager" 2012-12-17 10:58:00 +00:00
tools Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
.gitignore Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
.gitreview Update .gitreview for openstack. 2012-11-11 19:13:08 +00:00
MANIFEST.in Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
README.md Update readme and create release notes 2012-10-05 20:26:51 +02:00
ReleaseNotes Update documentation URL 2012-12-05 10:22:43 +01:00
babel.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
openstack-common.conf Use openstack versioning 2012-11-08 16:13:44 -05:00
run_tests.sh Reduce complexity of storage engine API 2012-06-29 17:11:59 -04:00
setup.cfg Ground work for transifex-ify ceilometer. 2012-12-18 10:14:03 +08:00
setup.py Virt inspector directly layered over hypervisor API 2012-12-06 12:30:03 +00:00
tox.ini Fixes to enable the jenkins doc job to work 2012-11-28 17:45:32 -05:00

README.md

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer