| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Samples of "ceilometer sample-list" are sorted by Resource ID and
Volume.
Expected order is Timestamp.
This pache fixes this problem.
Change-Id: I338014e5868b2176a3afd549e13d0dd6118b3ac1
Closes-Bug: #1227495
|
| |
|
|
|
|
|
|
|
|
| |
six.StringIO
This is an fake file object for textual data. It is an alias for
StringIO.StringIO in Python 2 and io.StringIO in Python 3.
Partial Implement: blueprint py33-support
Change-Id: I76c05041565614241eea7b7595e4503c88211ee8
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |\ |
|
| | |
| |
| |
| |
| | |
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
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
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
|