summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update help message for alarm-gnocchi-resources-threshold-create2.0.0Rohit Jaiswal2015-10-281-1/+7
| | | | | | | | | | Help message for '--aggregation-method' in alarm-gnocchi-resources-threshold-create command is not precise. The problem is that 'avg' is not a valid aggregation method in gnocchi. This fix updates the help message. Change-Id: I513b6fb9db9f96bfdd10391b6acd5c95e278f601 Closes-Bug: #1506549
* Updated from global requirementsOpenStack Proposal Bot2015-10-231-1/+1
| | | | Change-Id: I8b4a2b55ee78b26943ae484ecef0c5c7e7519d9e
* Fix to enable meter-links on resource-list CLIRohit Jaiswal2015-10-233-1/+53
| | | | | | | | | | This adds an optional param to resource-list CLI to enable meter-links. By default, meter links are not generated, this patch adds an optional param to generate links. Change-Id: I308b94c8a57833cf30b4815ecec2ff9a50e91af6 Closes-Bug: #1508709
* drop v1 clientgordon chung2015-10-2114-1067/+1
| | | | | | | | | | we dropped v1 back in Juno. as icehouse is EOL and the client follows stable/branches, v1 is completely inaccessible and can be removed Change-Id: If4c6c07e65a6c47f47c59de6c99e8c40ef4e63cb Co-Authored-By: ZhiQiang Fan <aji.zqfan@gmail.com> Closes-Bug: #1389331
* Merge "print sample id for query-samples"Jenkins2015-10-202-13/+13
|\
| * print sample id for query-samplesZhiQiang Fan2015-10-152-13/+13
| | | | | | | | | | | | | | | | | | Provide sample id can make it possible for end user to query particular sample by its id, this is needed because we don't show everything in the list. Change-Id: I06bfc2de1a4e9a24892b2e36b6d2137e1b38cb27 Closes-Bug: #1506745
* | Merge "fix typos in docstring"Jenkins2015-10-203-8/+8
|\ \
| * | fix typos in docstringZhiQiang Fan2015-10-193-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | patch I4804c45c2ba69982163503ba5d9d4eba86f904fe has some typos in docstring: * :param *args: should be :param args:, there is no need to use the leading star, meanwhile the star has special meaning in doc string which need to appear by pairs. * :param for this ceiloclient, actually this phase is part of last param's help string Change-Id: Ib7b964ffe064b805130953f6a6abca354d9eef79
* | | Merge "Updated from global requirements"Jenkins2015-10-201-1/+1
|\ \ \
| * | | Updated from global requirementsOpenStack Proposal Bot2015-10-191-1/+1
| | | | | | | | | | | | | | | | Change-Id: I5407181c200a37d9aa13e256de3c05d2eaafb941
* | | | Merge "Move to keystone session object"Jenkins2015-10-205-87/+208
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Move to keystone session objectMehdi Abaakouk2015-10-075-87/+208
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ceilometer client is a rare client that doesn't allow to use a keystoneclient/keystoneauth session object. This change fixes that and will allow to remove the deprecated apiclient code in the future. Depends-On: I43223a8b38ff1f4ef30c1d2345a28de6ade51863 Depends-On: I7cbe0afa12c9d11ce2eaed1f4d29f41507e273f8 Change-Id: I4804c45c2ba69982163503ba5d9d4eba86f904fe
* | | Updated from global requirementsOpenStack Proposal Bot2015-10-161-2/+2
| |/ |/| | | | | Change-Id: I3d93145865b44869e1e783601e7614ba2c70c7ea
* | Updated from global requirementsOpenStack Proposal Bot2015-10-131-1/+1
| | | | | | | | Change-Id: Ic9e3c823976312abf8873fcc5c217591551da8cc
* | Updated from global requirementsOpenStack Proposal Bot2015-10-092-2/+2
|/ | | | Change-Id: I5142eae3c6a37f729699d4a7b3ef4dd1c02321d0
* Merge "Add statistic in rule information"Jenkins2015-09-241-1/+2
|\
| * Add statistic in rule informationMehdi Abaakouk2015-09-231-1/+2
| | | | | | | | | | | | | | | | This change displays the 'statistic' of an threshold rule. When the detail of rule is asked. Change-Id: I59d5a9603b7666da87d734a95c0ada758ae24ad3 Closes-bug: #1498901
* | Updated from global requirementsOpenStack Proposal Bot2015-09-183-3/+3
|/ | | | Change-Id: I8a63fdd7a0a66837379055a4e5f0b16274459a8c
* Change the word for clarityAtsushi SAKAI2015-09-151-4/+4
| | | | | | | | | | | | settable => configurable and moves the word "only" This is a suggestion from CLI reference review. https://review.openstack.org/#/c/221996/1 The CLI reference generation tool generates from command help message. Change-Id: I3a746351e922f33aba10e28adb54be03b784ccf7
* add limit support1.5.0gordon chung2015-09-095-9/+58
| | | | | | | | limit is now a mandatory condition when querying. this patch allows users to control this value. Change-Id: Ied5f80dc8cfe8b5f85e60fb8ca1d4a8f26663456 Closes-Bug: #1493511
* Merge "do not generate meter links on resource-list"Jenkins2015-09-092-6/+7
|\
| * do not generate meter links on resource-listgordon chung2015-09-082-6/+7
| | | | | | | | | | | | | | | | meter links are not accessible via resource_list and add significant overhead to query. we shouldn't generate these anymore. Change-Id: Ib20f410a70171aa09e4ebbbb748a5ce495fc6a43 Closes-Bug: #1493400
* | refactor: move 'repeat_actions' to common argsRyota MIBU2015-09-081-37/+5
| | | | | | | | Change-Id: I53f3af447a8f814388985f6e4ab57a8ffec18a2a
* | Support alarm-event-{create,update}Ryota MIBU2015-09-071-0/+63
|/ | | | Change-Id: Ic29d7d5fcf95ff29112bd42fed747c54181e3640
* Use new location of subunit2htmlRyota MIBU2015-09-041-1/+1
| | | | | | | | | The previous location is going away, this location is preferred. This patch is copied from https://review.openstack.org/#/c/218165/ . Change-Id: Idd9cc58a845e82bc679d49e5bfb22644a9c67364 Closes-Bug: #1489404
* Updated from global requirementsOpenStack Proposal Bot2015-08-261-1/+1
| | | | Change-Id: Idc067426ff3c7c6663b3ffbf38cd359063697d55
* Merge "Don't try to get aodh endpoint if auth_url didn't provided"Jenkins2015-08-252-6/+26
|\
| * Don't try to get aodh endpoint if auth_url didn't providedliu-sheng2015-08-252-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | This change includes: * Allow users of ceilometerclient specifying aodh_endpoint explicitly * If aodh_endpoint didn't provided and users just provide ceilometer endpoint and token, no auth_url, we assume aodh is unavailable and avoid trying to get aodh endpoint. Change-Id: Idd0ce60058d23507a99b89926e461d19db267ca2 Closes-Bug: #1488290
* | Updated from global requirementsOpenStack Proposal Bot2015-08-131-2/+2
|/ | | | Change-Id: I700ab7382480ee6294140e869478ccd50c9bada0
* Merge "Add ceilometerclient support for api-no-pipeline"1.4.0Jenkins2015-08-104-4/+44
|\
| * Add ceilometerclient support for api-no-pipelineliu-sheng2015-06-264-4/+44
| | | | | | | | | | | | | | | | | | | | | | * 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
* | tenant_id not required with keystone v3Rohit Jaiswal2015-07-313-9/+10
| | | | | | | | | | | | | | | | | | | | Ceilometer-client requires tenant_id when authenticating with keystone v3. This fix removes this requirement. Change-Id: I36bf3f7a75713976c56dd95b4fd22da4e64d01df Closes-Bug: 1440463
* | Updated from global requirementsOpenStack Proposal Bot2015-07-231-2/+1
| | | | | | | | Change-Id: I361c97fbc9e4799dc9ead760e6690ced86b46753
* | Merge "Add support for client redirecting to aodh endpoint if available"Jenkins2015-07-236-60/+259
|\ \
| * | Add support for client redirecting to aodh endpoint if availableliu-sheng2015-07-226-60/+259
| | | | | | | | | | | | | | | | | | | | | | | | Currently, alarm module of ceilometer has been decided to be splitted out of ceilometer tree. To keep compatibility for others upstream users (such as Heat), we need to redirect alarm related request to aodh endpoint. Change-Id: Id13b56eef55f807d5ad2026f225c93fd5585521e
* | | Updated from global requirementsOpenStack Proposal Bot2015-07-173-4/+4
|/ / | | | | | | Change-Id: Id3a143b5253364ee2ef24f9541aa6a9b80be066d
* | Updated from global requirementsOpenStack Proposal Bot2015-07-121-1/+2
| | | | | | | | Change-Id: I531995955a4ec9e873ecf588081e64d4538d6ade
* | Fix unit tests failing caused by new Mock releaseIlya Tyaptin2015-07-101-6/+11
| | | | | | | | | | | | | | | | Since the mock 1.1.1 calling of function 'assert_called' and 'assert_called_once' raises the AttributeError. In current patchset calling of these functions is fixed Change-Id: I5c21bb3f6cfd8cc095a277ead80794e97bb63c72
* | Merge "Typo: Show an sample => Show a sample"Jenkins2015-07-091-1/+1
|\ \
| * | Typo: Show an sample => Show a sampleaviau2015-06-251-1/+1
| |/ | | | | | | Change-Id: I17ca56142870313681c8ae9410db4173c2946f65
* | Updated from global requirementsOpenStack Proposal Bot2015-07-031-2/+2
| | | | | | | | Change-Id: I5a07eaba496e7b7883980e536d17e283b2c14f88
* | Merge "Add alarm severity in alarm-history output"Jenkins2015-07-032-1/+2
|\ \
| * | Add alarm severity in alarm-history outputRohit Jaiswal2015-06-242-1/+2
| |/ | | | | | | | | | | | | | | | | | | | | Info about alarm's severity is missing from the detail column for creation and deletion type of alarm-history call. This fix adds that. Change-Id: I669126596ef7391530e7822c2807ffca7c6a1de1 Closes-Bug: 1468295
* | Merge "Change default values from [] to None"Jenkins2015-07-012-2/+6
|\ \
| * | Change default values from [] to NoneRoman Vasilets2015-06-252-2/+6
| |/ | | | | | | | | | | | | | | | | Its well known fact that python default values initialized only once at the stage if creation function. So if we call function with parameter foo=[] as default value and change foo.append("bar") at the next call of the function default value would be ["bar"]. It will save. Change-Id: Iba9e55bc2d4dfd811ce7d068b6a9cceae7c000d6
* | Updated from global requirementsOpenStack Proposal Bot2015-06-223-11/+10
|/ | | | Change-Id: I7a95daf415f1583f52e9d980f3089d04a5578c13
* Merge "Explicit error for wrong resource metadata format"1.3.0Jenkins2015-06-182-1/+16
|\
| * Explicit error for wrong resource metadata formatliu-sheng2015-06-172-1/+16
| | | | | | | | | | | | | | | | | | When creating sample with wrong resource metadata format, Ceilometer CLI will return a ValueError about json decoding, this change provide a more explicit error info. Change-Id: I18e757ddb319fbf0ffad13c07528355785ea5e9a Closes-Bug: 1465193
* | Removes whitespace from CLI queriesRohit Jaiswal2015-06-162-1/+15
|/ | | | | | | | | | Strips leading and trailing whitespaces from CLI query field and value parameter before building url. Closes-Bug: 1464694 Change-Id: Ibe99747e22afe05eee187d59aaf0603f58e91373
* Add capability for creating array of samplesAleksey Ripinen2015-06-084-0/+105
| | | | | | | | | | 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