Go to file
ZhiQiang Fan 09bcf5c89a Support unicode for alarm
We're using ceilometer.common.utils.print_dict() for displaying alarm,
but assume only contain ascii characters, which will cause UnicodeEncodeError
when alarm's name or description has unicode characters.

The oslo-incubator.cliutils.print_dict() is more friendly to unicode,
but it has no sort option, and has different line wrap strategy. Since
the upstream improvement can be low progress, this patch adds unicode
support based on current code.

Change-Id: Ia58d5813c6f80cb8b44bf7636e1efc0cdd6e6d5b
Closes-Bug: #1412300
(cherry picked from commit f1f452405a)
2015-04-16 12:58:59 +00:00
2014-10-02 15:10:45 +00:00
2015-04-15 13:28:57 +00:00
2013-06-30 22:40:55 -07:00
2012-11-09 12:52:21 +11:00
2013-05-23 09:45:27 +10:00
2013-05-18 09:40:15 -07:00
2014-02-20 00:41:10 +01:00
2014-06-11 16:41:57 +08:00
2015-01-12 13:55:29 +03:00

Python bindings to the Ceilometer API

This is a client library for Ceilometer built on the Ceilometer API. It provides a Python API (the ceilometerclient module) and a command-line tool (ceilometer).

Development takes place via the usual OpenStack processes as outlined in the developer guide. The master repository is in Git.

See release notes and more at http://docs.openstack.org/developer/python-ceilometerclient/.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1 MiB