summaryrefslogtreecommitdiff
path: root/ceilometerclient/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix the disorder of items of Traits in the output of event-listxialinjuan2016-03-231-0/+3
* drop oslo-incubator modules: cliutils and uuidutilsZhiQiang Fan2016-01-191-5/+48
* remove unused codeZhiQiang Fan2016-01-191-37/+0
* change the dict output format to make consistency under py27 and py34xialinjuan2016-01-141-1/+1
* Drop use of 'oslo' namespace packageDoug Hellmann2015-06-031-1/+1
* Use oslo_utils instead of deprecated oslo.utilsDina Belova2015-05-111-2/+2
* Support unicode for alarmZhiQiang Fan2015-02-061-2/+2
* Add Sample API supportZhiQiang Fan2015-02-051-1/+2
* Allow all pep8 checksDina Belova2015-01-121-2/+1
* Alarm TimeConstraint display incorrectRohit Jaiswal2014-11-251-4/+6
* switch to oslo.utilsgordon chung2014-09-291-12/+11
* Fix hacking rules: H302,H305,H307,H402ZhiQiang Fan2014-06-111-1/+2
* Fix exception handling of CLIliu-sheng2014-05-231-3/+3
* Adds alarm time constraint support to ceilometer CLIUros Jovanovic2014-03-261-0/+21
* Python 3: fix format_nested_list_of_dict()Cyril Roelandt2014-02-101-1/+1
* Merge "Update client to display data type of traits"Jenkins2014-01-281-6/+8
|\
| * Update client to display data type of traitsJohn Herndon2014-01-241-6/+8
* | Using common methods from oslo cliutilsJia Dong2014-01-241-14/+0
* | Using common method 'bool_from_string' from oslo strutilsllg82122014-01-221-4/+0
|/
* Support the Event APIJohn Herndon2014-01-101-0/+15
* Python 3: use six.moves.zip() rather than itertools.izip()Cyril Roelandt2013-12-191-2/+1
* Ceilometer UnicodeEncodeError when update or show alarm fixChenZheng2013-10-301-0/+3
* Fix order of sample listfujioka yuuichi2013-10-281-13/+15
* align the order of parameters for urlencode()Kui Shi2013-10-151-1/+1
* replace basetring/xrangeKui Shi2013-10-141-1/+1
* replace dict.keys() with list(dict)Kui Shi2013-10-141-1/+1
* Use six.iteritems() for dictKui Shi2013-10-141-2/+3
* Translate print statement to print functionKui Shi2013-10-141-3/+4
* Allow to update an alarm partiallyMehdi Abaakouk2013-10-011-0/+9
* Help messages: specify which options are requiredCyril Roelandt2013-09-251-0/+7
* Improve the CM shell client alarm visualisationMehdi Abaakouk2013-09-251-2/+4
* Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-09-231-1/+1
|\
| * Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
* | Use the new alarm formatMehdi Abaakouk2013-09-201-0/+11
|/
* Allow to set matching_metadata with the cli1.0.2Mehdi Abaakouk2013-07-221-0/+13
* Fix pep H306 (import order)Angus Salkeld2013-05-201-2/+0
* Restore compatibility with PrettyTable < 0.7.2Dirk Mueller2013-04-291-2/+4
* v2 API: added resource-show.Lianhao Lu2013-03-291-9/+20
* Add basic functionalityAngus Salkeld2012-11-091-0/+122