summaryrefslogtreecommitdiff
path: root/ceilometerclient/v2/shell.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for new alarm repeat_actions attributeEoghan Glynn2013-08-081-1/+9
| | | | | | Continuous notification is generally required by Heat. Change-Id: Ib396f47c68298f883e305c755d821c2679a56a5c
* Fix typo in help text.Eoghan Glynn2013-08-011-4/+4
| | | | | | Minor misspelling in alarm-{create|update} help text. Change-Id: I1ddbaec42dda175a17d32229029c08d46e64151f
* Allow to set matching_metadata with the cli1.0.2Mehdi Abaakouk2013-07-221-1/+12
| | | | | | | | | | | This change allows to set the matching_metadata of a alarm like this: ceilometer alarm-create --matching-metadata 'key=value' \ --matching-metadata 'key2=value2' --name 'alarm' ... Fixes bug #1201877 Change-Id: I22bf261b0a9580a06ae107ed45d082171f21fcc4
* Add support for creating samplesAngus Salkeld2013-07-181-0/+37
| | | | Change-Id: Ib33a5fd162d760efa23a2fc496c1d11d79484491
* Add support for specifying statistics period.Eoghan Glynn2013-06-201-2/+5
| | | | | | | Allow the period to be be specified as an addition parameter when retrieving statistics. Change-Id: Ied3add404fb8b20c46a4de00f07273a6d6c4ffce
* Start using pyflakesDirk Mueller2013-06-091-2/+2
| | | | | | | | Enable Pyflakes tests. Fix those warnings that occur. Also explicitely list the pep8 warnings that currently fail. Change-Id: Icfd7bf23007a99187cfee66cbd630e0e885bf7d3
* Add client support for creating new alarms.Eoghan Glynn2013-05-281-0/+45
| | | | Change-Id: I4e3be2e480803eeaf4ec11079e69e7e6afd5e0d1
* Add client support for updating alarms.Eoghan Glynn2013-05-281-7/+56
| | | | Change-Id: I2a368f536ec440387d32a8076a86d143b94d7c90
* Enable more pep8 checksAngus Salkeld2013-05-231-1/+1
| | | | Change-Id: Ib8509391d4c4521e18f0e980003c5e94c7ba2f54
* Merge "Fix pep H306 (import order)"Jenkins2013-05-221-1/+1
|\
| * Fix pep H306 (import order)Angus Salkeld2013-05-201-1/+1
| | | | | | | | | | | | | | | | Also remove some unused imports This is an effort to get the pep ignores to be closer to nova. Change-Id: I35612de45084fac0ae1c96dad84bb23cfade0e4f
* | Merge "Fix pep H402 and H401 errors"Jenkins2013-05-221-7/+7
|\ \ | |/
| * Fix pep H402 and H401 errorsAngus Salkeld2013-05-201-7/+7
| | | | | | | | | | | | This is an effort to get the pep ignores to be closer to nova. Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002
* | Add support for deleting alarms.Eoghan Glynn2013-05-171-0/+12
|/ | | | Change-Id: Ifbf682bc05ce47d04be1940238cd52d0e895588f
* Add support for getting individual alarms.Eoghan Glynn2013-05-161-0/+19
| | | | | | Include the *_actions attributes in the CLI output. Change-Id: I19e2e7b9c60b56c0c84687694365ef3614dd0e44
* Add support for listing alarms.Eoghan Glynn2013-05-161-1/+18
| | | | | | | Just getting the ball rolling on client support for the new alarms API. Change-Id: I66380a7bfd650357dd4ec34cbe64807ac6921163
* v2 API: added resource-show.Lianhao Lu2013-03-291-0/+17
| | | | | | | | Added resource-show command for v2 API. blueprint more-cli-cmd. Change-Id: I9e0dcff63b2ac6650094d47a947a2deaaea2ba4d
* Add resources and meters to the v2 shellAngus Salkeld2013-02-271-3/+30
| | | | | | | This also moves the build_url function to a common file. Change-Id: Ia94f9fa37c83fc756a395a918ad254111951f67b Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
* Add shell.py so we can do v2 shell commandsAngus Salkeld2013-02-251-0/+66
ceilometer --ceilometer-api-version 2 sample-list -m <meter> fixes bug #1132633 Signed-off-by: Angus Salkeld <asalkeld@redhat.com> Change-Id: I177c2f759b9b07b44dcd6dd20f457cefd036d0b9