summaryrefslogtreecommitdiff
path: root/heat/engine/watchrule.py
Commit message (Expand)AuthorAgeFilesLines
* Always eager load the raw_template for a stackSteve Baker2016-08-151-2/+1
* Using LOG.warning replace LOG.warnLiuNanke2015-12-291-7/+8
* Use EntityNotFound instead of WatchRuleNotFoundricolin2015-11-291-1/+2
* Fix garbled docstringsZane Bitter2015-11-101-1/+2
* Fix [H405] pep rule in heat/enginePeter Razumovsky2015-09-211-20/+16
* Heat could not create samples with Ceilometerrico.lin2015-05-281-4/+4
* Versioned object - WatchRule and WatchDatayuntongjin2015-03-181-8/+13
* First objects - stack and raw templateMichal Jastrzebski2015-03-111-2/+5
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Move logging to use oslo_log librarySteven Hardy2015-02-171-1/+1
* Log translation hint for Heat.engine (part3)liu-sheng2014-10-141-12/+14
* Merge "Don't evaluate ceilometer watchrules"Jenkins2014-10-101-1/+1
|\
| * Don't evaluate ceilometer watchrulesAngus Salkeld2014-09-291-1/+1
* | Merge "Import the stack module directly"Jenkins2014-10-061-5/+5
|\ \
| * | Import the stack module directlyAngus Salkeld2014-09-091-5/+5
* | | Switch to oslo.utilsJulien Danjou2014-09-301-1/+2
| |/ |/|
* | Switch heat engine to oslo.i18nEthan Lynn2014-09-161-1/+1
|/
* Store clients in contextSteve Baker2014-07-211-2/+1
* Revert "Store clients in context"Derek Higgins2014-07-191-1/+2
* Store clients in contextSteve Baker2014-07-181-2/+1
* Implement ceilometer client pluginSteve Baker2014-07-171-1/+1
* Use None instead of mutables in method params defaultsliu-sheng2014-07-021-2/+2
* Replacing variable logger on LOGSergey Kraynev2014-05-271-29/+27
* debug level logs should not be translatedChristian Berendt2014-05-141-8/+8
* Eager-load Stack.raw_template for Stack.loadSteve Baker2014-05-081-1/+2
* Replace str with six.text_typeLiang Chen2014-04-111-1/+1
* Merge "Order imports in alphabetical order (5/9)"Jenkins2014-04-111-4/+5
|\
| * Order imports in alphabetical order (5/9)Pavlo Shchelokovskyy2014-04-071-4/+5
* | Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+0
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Fix indentation errors found by Pep8 1.4.6+Dirk Mueller2014-02-051-5/+5
* Enhance message for watch ruleJay Lau2013-12-311-2/+4
* Add _() to fix i18N compliance (part 2)chenxiao2013-11-181-15/+23
* Wrap engine exceptions in _()Angus Salkeld2013-10-181-2/+2
* Rename counter_name to meter_name in alarmBartosz Górski2013-09-251-5/+5
* To support both CW and CM, return alarmurl from policy refAngus Salkeld2013-08-231-2/+2
* Allow the Ceilometer Alarm to be used with cfn-push-statsAngus Salkeld2013-08-011-8/+50
* Add the AutoScalingGroupName to the server TagsAngus Salkeld2013-08-011-0/+29
* Make the current alarms use the signal actionAngus Salkeld2013-07-251-1/+5
* engine : add suspend/resume support to watch resourceSteven Hardy2013-07-061-2/+21
* cleanup watchrule delete logic/testsSteven Hardy2013-07-041-0/+7
* Emit alarm actions if a rule remains in ALARM state.Steve Baker2013-06-241-5/+2
* Convert Stack to separate action/statusSteven Hardy2013-06-191-3/+3
* Fix PEP H902 (Use the 'not in' operator)Angus Salkeld2013-05-211-2/+2
* heat engine : watchrule quietly discard unused metric dataSteven Hardy2013-03-061-4/+8
* heat engine : make WatchRule state message infoSteven Hardy2013-01-221-1/+1
* heat engine : make WatchRule initial state NODATASteven Hardy2013-01-221-1/+1
* heat engine : make watchrule actions run in stack ThreadGroupSteven Hardy2013-01-211-14/+15
* heat engine : watchrule save state when actions undefinedSteven Hardy2013-01-211-2/+2
* heat engine : watchrule don't run rule for every SampleCountSteven Hardy2013-01-171-2/+0