summaryrefslogtreecommitdiff
path: root/ceilometerclient/v2/samples.py
Commit message (Collapse)AuthorAgeFilesLines
* Add ceilometerclient support for api-no-pipelineliu-sheng2015-06-261-2/+6
| | | | | | | | | | | * Add --direct flag for ceilometer sample-create and sample-create-list commands to support this feature * Add parameter for ceilometerclient.v2.samples.create() and ceilometerclient.v2 samples.create_list() to support this feature Partially implements: blueprint api-no-pipeline Change-Id: Ia3d787bbeaf360ddc198cb4ec183d83a5e76203a
* Add capability for creating array of samplesAleksey Ripinen2015-06-081-0/+20
| | | | | | | | | | Added method for creating array of samples to samples manager. Added shell command for creating array of samples. Added tests for this changes. It is made for Rally tests that use big data arrays. So now only one function may be called instead of numerous calls simple create function. Change-Id: I01ba4f0c0db40c95ef72dadaa34b3fafc034e417
* Add Sample API supportZhiQiang Fan2015-02-051-5/+35
| | | | | | | | | | Sample API has been implemented in Ceilometer for a long time, but CLI is lack of such support, this patch implements Sample CLI. Implements blueprint cli-samples-api Change-Id: I67152c636526dad3ec27e06058ff73ad969ae2b9 DocImpact
* Fix sample-create in v2 api callsChris Dent2014-09-101-1/+1
| | | | | | | | | | | | | A dict embedded in a list is the expected input. In 47934c777c50897b649793e0960eebdaad322c45 the list was lost, this puts it back. Note that the _exact_ date of this failure was identified by existing Rally jobs which started failing in early August. That made searching the commit logs straightforward. Change-Id: I37e794de7a23b8ce8e67a086732af5a19f182409 Closes-Bug: #1367867
* Use HTTPClient from common Oslo codeekudryashova2014-07-311-3/+1
| | | | | | | | | In the process of unification of the clients code we should reuse common functionality from Oslo. bp common-client-library-2 Change-Id: I0e027c33ee42b6de032d33269caeea33e7837f40
* Adds the 'limit' parameter to sample list command in V2 APINejc Saje2013-10-281-2/+3
| | | | | Change-Id: I338590fcd75f39c3419e7e138023f6918f206ae2 Fixes: bug #1244172
* Add support for creating samplesAngus Salkeld2013-07-181-3/+26
| | | | Change-Id: Ib33a5fd162d760efa23a2fc496c1d11d79484491
* Add resources and meters to the v2 shellAngus Salkeld2013-02-271-20/+2
| | | | | | | This also moves the build_url function to a common file. Change-Id: Ia94f9fa37c83fc756a395a918ad254111951f67b Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Add support for v2 APIJulien Danjou2013-02-181-0/+48
Change-Id: I861e53db5446d2e3dc49935ea1cdd1607cff0a2a Signed-off-by: Julien Danjou <julien@danjou.info>