summaryrefslogtreecommitdiff
path: root/ceilometerclient/v1/shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix hacking rules: H302,H305,H307,H402ZhiQiang Fan2014-06-111-1/+1
| | | | | | | | | | Currently, OpenStack Proposal Bot tries to update requirements with global requirements, while the upgraded hacking has introduced some new rules which are not fully handled by current code. This patch fixes some simple rules which are quite straight-forward. Change-Id: If8334f69fb1ad34fbbd6ad898e0e92eb3f81e95a
* Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-201-1/+1
| | | | | Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3 Fixes-Bug: #1214176
* Fix pep H402 and H401 errorsAngus Salkeld2013-05-201-4/+4
| | | | | | This is an effort to get the pep ignores to be closer to nova. Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002
* Correct the help info of resource-list sub-command.Jason Zhang2013-02-261-1/+1
| | | | | | Fixes: bug #1133823 Change-Id: I98691379c9c0adf78ef9ab761c2f2b203cd1ee6c
* v1-api: Added timestamp support.Lianhao Lu2013-02-201-0/+18
| | | | | | Added timestamp support for resource/sample api. Fixed bug #1118542. Change-Id: I644c480ca00f57549dc66bd387721c25d3b353c4
* v1-api: Adapted resouce/user api.Lianhao Lu2013-02-201-2/+10
| | | | | | | Added project-id support in resource api and source-id support in user api. Change-Id: I3295a36a4b3a57e9451cc042d542ead1354f8e61
* fix the fields in v1 do_meter_listAngus Salkeld2013-01-181-1/+1
| | | | Change-Id: I2ac7f9af13a38d1de0d61585f75e5955330284b7
* Pin pep8 to 1.3.3Chuck Short2013-01-071-1/+1
| | | | | | | | pep8 1.3.3 is pretty much standard across the openstack projects. Pin pep8 1.3.3 and fix associated warnings/errors. Change-Id: I7230857889d261320a0dab2c261c9f85dc0ee602 Signed-off-by: Chuck Short <chuck.short@canonical.com>
* Add support for metadata queryAngus Salkeld2012-12-121-3/+4
| | | | Change-Id: Iade319df3ab503e392f4216b2531b20642a20c31
* Fix testsJulien Danjou2012-12-061-2/+4
| | | | | Change-Id: I8c6a1c4bc4dec052fbb5f2544f519253bc8be143 Signed-off-by: Julien Danjou <julien@danjou.info>
* Revert "Remove the event class and use Meter instead."Angus Salkeld2012-11-301-18/+37
| | | | | | Just rename Event to Sample This reverts commit 46cedbcf1e0f7a329b8a895e1f97ca8b817dd319.
* Remove the event class and use Meter instead.Angus Salkeld2012-11-301-34/+13
| | | | Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Add basic functionalityAngus Salkeld2012-11-091-0/+109
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>