summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Pass region_name argument to keystone client"1.0.5Jenkins2013-09-231-0/+2
|\
| * Pass region_name argument to keystone clientBartosz Górski2013-09-171-0/+2
| | | | | | | | | | Change-Id: If82bd7fe5680faef6e56abb6f76d203b7296beb5 Closes-Bug: #1228063
* | Merge "Replace OpenStack LLC with OpenStack Foundation"Jenkins2013-09-2320-21/+21
|\ \
| * | Replace OpenStack LLC with OpenStack FoundationZhiQiang Fan2013-09-2020-21/+21
| |/ | | | | | | | | Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3 Fixes-Bug: #1214176
* | Use the new alarm formatMehdi Abaakouk2013-09-205-117/+431
|/ | | | | | | | | | | The change sync the client API with the new alarm type and keep compatibility with the previous format of the alarm. It allows to create the new type of alarm: combination alarm. Implements blueprint alarming-logical-combination Change-Id: Ie62265023cadc20cf36a0d0b3775f4d984e324cf
* Adding missing 'statistic' field to alarm-showBartosz Górski2013-09-171-4/+5
| | | | | | | | Closes-Bug: #1225049 Adding missing 'statistic field to printed table with alarm details Change-Id: I69a743bfa340d4e1193f58c84195db398cbdf02b
* Use global openstack requirementsLianhao Lu2013-09-132-4/+4
| | | | | | Update global openstack requirements. Change-Id: Idf561ce746c86c775855d00cb3436feaf9f65cba
* Merge "alarm: rename counter_name to meter_name"Jenkins2013-09-113-8/+48
|\
| * alarm: rename counter_name to meter_nameJulien Danjou2013-09-053-8/+48
| | | | | | | | | | | | | | This is a follow-up wrt the recent fix that handled in Ceilometer for the alarming API. Change-Id: Ide73a2e703bf31652b819c6d5170891c73b77ec9
* | Fix a typo in "sample-create" help messageCyril Roelandt2013-09-091-2/+2
| | | | | | | | | | | | The word "alarm" is used twice instead of "sample". Change-Id: I9a3ce514f3a3766add14ed1b352e31bf003f1cee
* | Added support for running the tests under PyPy with toxAlex Gaynor2013-09-051-1/+1
|/ | | | | | This is a precursor to having them run under check and gate. Change-Id: I42ed34362bb840fe3a6d1d22e28beba8963fdb85
* Merge "Add support for new alarm repeat_actions attribute"1.0.3Jenkins2013-08-093-1/+11
|\
| * Add support for new alarm repeat_actions attributeEoghan Glynn2013-08-083-1/+11
| | | | | | | | | | | | Continuous notification is generally required by Heat. Change-Id: Ib396f47c68298f883e305c755d821c2679a56a5c
* | Updated from global requirementsMonty Taylor2013-08-087-11/+36
|/ | | | Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
* Merge "Handle case where os_auth_token is set to ''"Jenkins2013-08-051-1/+1
|\
| * Handle case where os_auth_token is set to ''Eoghan Glynn2013-08-021-1/+1
| | | | | | | | | | | | | | Properly handle case (as in CLI) where os_auth_token is set, but to an empty string. Change-Id: I7e96bf22e2a91e0e3ec783b406fd05e4138860c8
* | Merge "Fix typo in help text."Jenkins2013-08-051-4/+4
|\ \
| * | Fix typo in help text.Eoghan Glynn2013-08-011-4/+4
| | | | | | | | | | | | | | | | | | Minor misspelling in alarm-{create|update} help text. Change-Id: I1ddbaec42dda175a17d32229029c08d46e64151f
* | | Merge "Enhance ceilometer statistics command with --period"Jenkins2013-08-052-1/+13
|\ \ \ | |_|/ |/| |
| * | Enhance ceilometer statistics command with --periodGuangyu Suo2013-07-232-1/+13
| |/ | | | | | | | | | | | | | | | | Currently, if don't specify query parameter in ceilometer statistics command, ceilometer statistics with --period will not work. This change is trying to fix this issue. Change-Id: I8723bad11d5c452c2834e33df9bb01ebdc6ce9ce Fixs: bug #1202658
* | Ensure keystoneclient.auth_token is re-evaluatedEoghan Glynn2013-08-024-5/+8
|/ | | | | | | | | | Fixes bug 1207441 Force the re-evaluation of the keystoneclient.auth_token property so as to avoid missing out on the in-built refresh logic when expiry is imminent. Change-Id: I8319e9e9a71e33e089fbe2fbc812d2b6c15da927
* Allow to set matching_metadata with the cli1.0.2Mehdi Abaakouk2013-07-223-1/+37
| | | | | | | | | | | 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-183-17/+93
| | | | Change-Id: Ib33a5fd162d760efa23a2fc496c1d11d79484491
* Rename README.md to README.rstDirk Mueller2013-07-142-1/+1
| | | | | | | It actually is a reStructuredText file and README.rst seems to be more common accross all OpenStack projects. Change-Id: I2f5ef97315ec906fc7f0089536b038b977f8f68c
* Relax OpenStack upper capping of client versionsGordon Chung2013-07-121-1/+1
| | | | | | | uncap upper keystoneclient version Change-Id: Id1017f6073be8b7b95ca7ff0c68e09f61b26bb82 Fixes: bug#1200214
* Merge "Add matching_metadata to the allowed attributes"Jenkins2013-07-112-1/+1
|\
| * Add matching_metadata to the allowed attributesAngus Salkeld2013-07-052-1/+1
| | | | | | | | Change-Id: Icbd68061a43d18dd27baa7ff68f9381a160cd545
* | Allow Keystoneclient 0.3.xDirk Mueller2013-07-102-4/+3
| | | | | | | | | | | | Sync requirements with openstack/requirements file. Change-Id: I344aa47f248071cea8b6cbe31450528cd343bca2
* | Sync install_venv_common from osloMonty Taylor2013-07-051-26/+17
|/ | | | Change-Id: I74ab14534d80b33f5b9eb1b2200facf82b6d9504
* Merge "requirements.txt is not configured properly"Jenkins2013-07-052-2/+3
|\
| * requirements.txt is not configured properlyGordon Chung2013-06-182-2/+3
| | | | | | | | | | | | | | | | the leading comment seems to cause an issue with pbr. also adding in d2to1 and pbr versions to requirements. Change-Id: I334d928b8a575522e3879f07d578be39890712b5 Fixes: bug 1192351
* | Move tests to ceilometerclient.Monty Taylor2013-06-3019-16/+17
| | | | | | | | | | | | | | | | tests.* implies an incorrect global package name. Additionally, consuming code can benefit from being able to choose to consume test code and fixtures. Change-Id: I7ba2b3ba1c2a99410b54fc40b48dfe2fc53eb79a
* | Avoid unnecessary GET of existing alarm for update1.0.1Eoghan Glynn2013-06-242-7/+3
| | | | | | | | | | | | | | | | | | | | | | The existing alarm representation is retrieved prior to update, which is uneccessary as the API merges the new and existing state in any case. This change saves the threshold eval logic one unnecessary API call per state transition. Change-Id: If21c53d6f43164315e1e70e62b0c70520fb5a45c
* | Make authenticated client easier to consume.Eoghan Glynn2013-06-213-55/+82
| | | | | | | | | | | | Encapsulate keystone logic in an convenience method. Change-Id: I0a048e02f57d657b8b414a76d759ceb9e0e025df
* | Add support for specifying statistics period.Eoghan Glynn2013-06-204-34/+61
|/ | | | | | | Allow the period to be be specified as an addition parameter when retrieving statistics. Change-Id: Ied3add404fb8b20c46a4de00f07273a6d6c4ffce
* Merge "Use Python 3.x compatible except construct"Jenkins2013-06-141-1/+1
|\
| * Use Python 3.x compatible except constructDirk Mueller2013-06-071-1/+1
| | | | | | | | | | | | | | Per (proposed) Hacking check, use except x as y: instead of x,y:, which works with any Python version >= 2.6 Change-Id: I6e52cedec5c694bccae10541b1964a8547d4ffd1
* | Drop unnecessary arg when instantiating HTTP classBrian Waldon2013-06-131-1/+1
| | | | | | | | | | | | Fixes bug 1190111 Change-Id: I45e5e5d5af97a4f75833d9ca000b1b555bdda752
* | Remove explicit distribute depend.Monty Taylor2013-06-111-1/+0
| | | | | | | | | | | | | | Causes issues with the recent re-merge with setuptools. Advice from upstream is to stop doing explicit depends. Change-Id: Ibcc84afe046cb3e3464423fdb81b7dc5edf9d06b
* | Start using pyflakesDirk Mueller2013-06-095-9/+5
|/ | | | | | | | 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-284-3/+76
| | | | Change-Id: I4e3be2e480803eeaf4ec11079e69e7e6afd5e0d1
* Add client support for updating alarms.Eoghan Glynn2013-05-284-8/+103
| | | | Change-Id: I2a368f536ec440387d32a8076a86d143b94d7c90
* Merge "Fix install_venv.py requirements file"Jenkins2013-05-231-2/+2
|\
| * Fix install_venv.py requirements fileAngus Salkeld2013-05-231-2/+2
| | | | | | | | | | | | | | I missed this in https://review.openstack.org/#/c/29876/ (but Gordon noticed) Change-Id: Ie00cae414ae44bbd258910a2628174487c9756e3
* | Enable more pep8 checksAngus Salkeld2013-05-233-5/+4
|/ | | | Change-Id: Ib8509391d4c4521e18f0e980003c5e94c7ba2f54
* Migrate to pbr.Monty Taylor2013-05-237-507/+43
| | | | | | Fixes bug 1179007. Change-Id: Ie921a710d9460196ed8023ad63f05dec998b60f0
* Merge "Fix pep H306 (import order)"Jenkins2013-05-225-7/+5
|\
| * Fix pep H306 (import order)Angus Salkeld2013-05-205-7/+5
| | | | | | | | | | | | | | | | 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-229-45/+36
|\ \ | |/
| * Fix pep H402 and H401 errorsAngus Salkeld2013-05-209-45/+36
| | | | | | | | | | | | This is an effort to get the pep ignores to be closer to nova. Change-Id: I451df579bbead00a8ff2c301c1a84e7c0a896002