summaryrefslogtreecommitdiff
path: root/ceilometerclient
Commit message (Expand)AuthorAgeFilesLines
* Using common method 'bool_from_string' from oslo strutilsllg82122014-01-222-11/+8
* Merge "fix optional parameter of creating sample"Jenkins2014-01-171-1/+1
|\
| * fix optional parameter of creating samplels11752014-01-141-1/+1
* | Merge "Supports bash_completion for ceilometerclient"Jenkins2014-01-151-0/+29
|\ \
| * | Supports bash_completion for ceilometerclientZhiQiang Fan2013-12-231-0/+29
| |/
* | Merge "client looking at wrong cacert argument name"Jenkins2014-01-151-1/+1
|\ \
| * | client looking at wrong cacert argument nameGordon Chung2014-01-061-1/+1
| |/
* | Merge "Python 3: fix test_sample_list"Jenkins2014-01-151-3/+3
|\ \
| * | Python 3: fix test_sample_listCyril Roelandt2014-01-101-3/+3
| |/
* | Support the Event APIJohn Herndon2014-01-1018-35/+692
* | 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
* Merge "Display message on HTTP 400"Jenkins2013-12-173-4/+66
|\
| * Display message on HTTP 400Thomas Herve2013-12-163-4/+66
* | Fix alarm-combination-update operator argumentThomas Herve2013-12-161-1/+1
|/
* Merge "Encode exception on ceilometer-client for UnicodeDecodeError"Jenkins2013-12-141-1/+6
|\
| * Encode exception on ceilometer-client for UnicodeDecodeErrorChenZheng2013-11-281-1/+6
* | Improve description of some commandsThomas Herve2013-12-111-2/+2
* | 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
* | | sync with oslo-incubatorGordon Chung2013-12-0212-37/+20
* | | Change OpenStack Metering to OpenStack TelemetryAndreas Jaeger2013-12-021-1/+1
| |/ |/|
* | Merge "Allow alarm-threshold-update to upate generic attributes"1.0.7Jenkins2013-11-282-6/+33
|\ \
| * | Allow alarm-threshold-update to upate generic attributesEoghan Glynn2013-11-222-6/+33
| |/
* | Merge "Allow specifying a timestamp when creating a sample"Jenkins2013-11-271-0/+2
|\ \
| * | Allow specifying a timestamp when creating a sampleNejc Saje2013-11-211-0/+2
* | | Enable pep8 E711/E712/E721/H302 checkingLianhao Lu2013-11-222-5/+5
* | | Enable pep8 E128 checkingLianhao Lu2013-11-223-12/+12
* | | Enable pep8 E121/E122/E123 checkingLianhao Lu2013-11-222-17/+15
| |/ |/|
* | Merge "Avoid reset of repeat_actions attribute on alarm update"Jenkins2013-11-222-5/+94
|\ \
| * | Avoid reset of repeat_actions attribute on alarm updateEoghan Glynn2013-11-212-5/+94
| |/
* | Ensure basic logging config is appliedEoghan Glynn2013-11-191-6/+6
|/
* Ceilometer UnicodeEncodeError when update or show alarm fixChenZheng2013-10-301-0/+3
* Adds the 'limit' parameter to sample list command in V2 APINejc Saje2013-10-284-4/+24
* Fix order of sample listfujioka yuuichi2013-10-284-14/+147
* add cliutils from oslo-incubatorfujioka yuuichi2013-10-289-0/+2512
* update oslo librariesfujioka yuuichi2013-10-282-3/+15
* Fix cacert argument to HTTPS connectionKieran Spear2013-10-242-8/+15
* Replace mox3 with mock in unit testLianhao Lu2013-10-212-7/+5
* Fix missed Pep8 error with 1.4.6Dirk Mueller2013-10-181-2/+1
* Replace mox with mox3Kui Shi2013-10-151-1/+1
* align the order of parameters for urlencode()Kui Shi2013-10-157-16/+19
* replace basetring/xrangeKui Shi2013-10-142-1/+2
* Replace unicode() with six.u()Kui Shi2013-10-141-2/+2
* replace dict.keys() with list(dict)Kui Shi2013-10-141-1/+1
* Import urlutils to substitute urllibKui Shi2013-10-141-2/+2
* Use six.iteritems() for dictKui Shi2013-10-145-10/+16
* Translate print statement to print functionKui Shi2013-10-142-8/+9