| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Expose the new alarm history API via the CLI.
Change-Id: I5757d309dd7143dfab83985fb51ee6d320478e3b
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Closes-Bug: #1224343
Change-Id: Ib0549d4496c47900c81cc970b99bcff25cad0040
|
| |\ \ |
|
| | |/
| |
| |
| | |
Change-Id: I71d6d8aad148b240f8ab1325d3c3ff2996ebf642
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The openstack CLIs all use an object-followed-by-verb ordering
convention when construct command names.
Follow a similar convention for commands to get and set alarm
state.
Change-Id: I34e0f450019556c80476df782d4c86dca08bdc9d
|
| |\ \ \
| |/ / |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
Otherwise the CLI fails when attempting to set a state arg that
doesn't exist.
(Simple copy'n'paste error in the original code).
Change-Id: Iab117177805449ddec9d03656a95a0cbbbbd58bb
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
The patch allow to only modify a part of an alarm instead of force to
set the full alarm description.
This permit to an application that have been written code around alarm
with ceilometerclient 1.0.4 and ceilometer pre havana-3. To update alarm
without any change with this and ceilometer >= havana-3 (ie: heat).
Fixes bug #1231303
Change-Id: I20250131d05d20bfadbca450dfe6b8237f4b7183
|
| |
|
|
|
|
| |
Closes-Bug: #1223283
Change-Id: I080fa73bd45a1f9f442dbcdfa65fdc24e30521da
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change aim to get a better alarm representation in shell.
In alarm-list:
* it add a short sentence to describe the alarm rule
* it remove project_id/user_id because it always show the same id for
all alarm for end-user
In alarm-show, it show alarm rule attributes as alarm properties instead
of a unparsable json in the rule property.
example of short sentence for column 'Alarm condition':
* combinated states (AND) of 8babd6a2-c457-42d0-9eb5-cdfb3cb50203,
d0e11a94-8f59-48a9-8f6d-b0d68aaac8d0
* cpu_util >= 50.0 during 1 x 60s
Change-Id: If4df2dc08f9f4cb7796fd98308c7d62e311d1138
|
| |\ |
|
| | |
| |
| |
| |
| | |
Change-Id: If82bd7fe5680faef6e56abb6f76d203b7296beb5
Closes-Bug: #1228063
|
| |\ \ |
|
| | |/
| |
| |
| |
| | |
Change-Id: Ia007da282714d8ee7337fd3b51f6dcc3b64d7ec3
Fixes-Bug: #1214176
|
| |/
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Closes-Bug: #1225049
Adding missing 'statistic field to printed table with alarm details
Change-Id: I69a743bfa340d4e1193f58c84195db398cbdf02b
|
| |
|
|
|
|
| |
Update global openstack requirements.
Change-Id: Idf561ce746c86c775855d00cb3436feaf9f65cba
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
This is a follow-up wrt the recent fix that handled in Ceilometer for
the alarming API.
Change-Id: Ide73a2e703bf31652b819c6d5170891c73b77ec9
|
| | |
| |
| |
| |
| |
| | |
The word "alarm" is used twice instead of "sample".
Change-Id: I9a3ce514f3a3766add14ed1b352e31bf003f1cee
|
| |/
|
|
|
|
| |
This is a precursor to having them run under check and gate.
Change-Id: I42ed34362bb840fe3a6d1d22e28beba8963fdb85
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
Continuous notification is generally required by Heat.
Change-Id: Ib396f47c68298f883e305c755d821c2679a56a5c
|
| |/
|
|
| |
Change-Id: Ibf423f14a5c37aa298b2115bfd4936f660c6f530
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Properly handle case (as in CLI) where os_auth_token is
set, but to an empty string.
Change-Id: I7e96bf22e2a91e0e3ec783b406fd05e4138860c8
|
| |\ \ |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Minor misspelling in alarm-{create|update} help text.
Change-Id: I1ddbaec42dda175a17d32229029c08d46e64151f
|
| |\ \ \
| |_|/
|/| | |
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: Ib33a5fd162d760efa23a2fc496c1d11d79484491
|
| |
|
|
|
|
|
| |
It actually is a reStructuredText file and README.rst
seems to be more common accross all OpenStack projects.
Change-Id: I2f5ef97315ec906fc7f0089536b038b977f8f68c
|
| |
|
|
|
|
|
| |
uncap upper keystoneclient version
Change-Id: Id1017f6073be8b7b95ca7ff0c68e09f61b26bb82
Fixes: bug#1200214
|
| |\ |
|
| | |
| |
| |
| | |
Change-Id: Icbd68061a43d18dd27baa7ff68f9381a160cd545
|
| | |
| |
| |
| |
| |
| | |
Sync requirements with openstack/requirements file.
Change-Id: I344aa47f248071cea8b6cbe31450528cd343bca2
|
| |/
|
|
| |
Change-Id: I74ab14534d80b33f5b9eb1b2200facf82b6d9504
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| |
| |
| | |
Encapsulate keystone logic in an convenience method.
Change-Id: I0a048e02f57d657b8b414a76d759ceb9e0e025df
|
| |/
|
|
|
|
|
| |
Allow the period to be be specified as an addition parameter
when retrieving statistics.
Change-Id: Ied3add404fb8b20c46a4de00f07273a6d6c4ffce
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| | |
Per (proposed) Hacking check, use except x as y:
instead of x,y:, which works with any Python version >= 2.6
Change-Id: I6e52cedec5c694bccae10541b1964a8547d4ffd1
|
| | |
| |
| |
| |
| |
| | |
Fixes bug 1190111
Change-Id: I45e5e5d5af97a4f75833d9ca000b1b555bdda752
|