summaryrefslogtreecommitdiff
path: root/ceilometerclient/common
Commit message (Expand)AuthorAgeFilesLines
* Adds alarm time constraint support to ceilometer CLIUros Jovanovic2014-03-261-0/+21
* py3kcompat: remove in python-ceilometerclientJia Dong2014-02-211-4/+4
* Ensure url sent to proxy don't have redundant /Mehdi Abaakouk2014-02-131-1/+2
* 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
* Merge "Use Resource() class from common Oslo code"Jenkins2014-01-101-51/+2
|\
| * Use Resource() class from common Oslo codeekudryashova2014-01-081-51/+2
* | Fix the ceilometerlient log curl request incorrectlyls11752013-12-201-1/+1
|/
* Python 3: use six.moves.zip() rather than itertools.izip()Cyril Roelandt2013-12-191-2/+1
* Display message on HTTP 400Thomas Herve2013-12-161-1/+1
* Merge "Add HTTP proxy support to ceilometer client"1.0.8Jenkins2013-12-021-3/+21
|\
| * Add HTTP proxy support to ceilometer clientIlya Tyaptin2013-11-281-3/+21
* | Enable pep8 E711/E712/E721/H302 checkingLianhao Lu2013-11-221-4/+3
|/
* Ceilometer UnicodeEncodeError when update or show alarm fixChenZheng2013-10-301-0/+3
* Fix order of sample listfujioka yuuichi2013-10-281-13/+15
* Fix cacert argument to HTTPS connectionKieran Spear2013-10-241-1/+1
* 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-142-3/+5
* Translate print statement to print functionKui Shi2013-10-141-3/+4
* Fix module importing issues for Python 3Kui Shi2013-10-141-10/+6
* Merge "Added support to --os-cacert"Jenkins2013-10-031-8/+8
|\
| * Added support to --os-cacertStefano Zilli2013-10-011-8/+8
* | 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-233-3/+3
|\
| * Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-203-3/+3
* | Use the new alarm formatMehdi Abaakouk2013-09-201-0/+11
|/
* Updated from global requirementsMonty Taylor2013-08-081-2/+4
* Ensure keystoneclient.auth_token is re-evaluatedEoghan Glynn2013-08-021-2/+3
* Allow to set matching_metadata with the cli1.0.2Mehdi Abaakouk2013-07-221-0/+13
* Make authenticated client easier to consume.Eoghan Glynn2013-06-211-1/+2
* Drop unnecessary arg when instantiating HTTP classBrian Waldon2013-06-131-1/+1
* Add client support for creating new alarms.Eoghan Glynn2013-05-281-3/+8
* Add client support for updating alarms.Eoghan Glynn2013-05-281-1/+1
* Fix pep H306 (import order)Angus Salkeld2013-05-201-2/+0
* Fix pep H402 and H401 errorsAngus Salkeld2013-05-202-12/+8
* Fix for Bug #1167521, ceilometer client crashes with missing content type res...Eric Pendergrass2013-05-011-1/+5
* Restore compatibility with PrettyTable < 0.7.2Dirk Mueller2013-04-291-2/+4
* v2 API: added resource-show.Lianhao Lu2013-03-292-10/+24
* Merge "Catch KeyError exception as early as possible when there is no matchin...Jenkins2013-03-141-1/+4
|\
| * Catch KeyError exception as early as possible when there is no matching data ...Dan Florea2013-03-081-1/+4
* | Properly removing start and ending slashesyolanda.robla2013-03-081-2/+6
|/
* Add support for v2 APIJulien Danjou2013-02-181-2/+5