aodh/ceilometer/alarm
Rikimaru Honjo 667e464312 Replace datetime of time_constraints by aware object
Error occurs in alarm evaluation when timezone in time_constraints is specified,
because astimezone() cannot be applied to a native datetime.

Making datetime to non-native (aware object) will solve the problem.

Change-Id: Ic0de4a5b32865bbe330c2936f14adf59168eefe5
Closes-bug: #1342676
2014-07-17 19:59:23 +09:00
..
evaluator Replace datetime of time_constraints by aware object 2014-07-17 19:59:23 +09:00
notifier Fix H307 violations and re-enable gating 2014-07-01 13:34:54 +03:00
partition Remove redundant parentheses 2014-07-11 15:57:23 +04:00
storage Fix E251 violations and re-enable gating 2014-06-25 12:52:54 +03:00
__init__.py Basic alarm threshold evaluation logic. 2013-07-01 14:16:11 +01:00
rpc.py Separate alarm storage models from other models 2014-06-17 17:30:54 +02:00
service.py Fixed various import issues exposed by unittest 2014-06-25 08:37:12 +08:00