Go to file
ZhiQiang Fan 568f4e0df8 use default trait type in event list query
Currently, if we request event list api with trait queries, but unset
trait type or set it to '', then we will get 500 and database backend
will fail with KeyError. That is because we use query.type as trait
type, the query.type is checked only when it is set to bool(type) == True,
otherwise, we treat it as string value, but remain type itself unset.

This patch adds a simple check for it, and set it to default type string
when the type is unset or empty.

Change-Id: I503c35cdbc5c8d51dd9b19a314af64ef9fcecf29
Closes-Bug: #1407374
2015-02-27 11:58:21 +08:00
2015-02-25 20:27:10 +00:00
2014-12-03 06:39:17 +00:00
2015-02-02 11:00:47 -05:00
2012-11-11 19:13:08 +00:00
2014-10-09 10:31:23 +03:00
2014-10-01 10:26:27 +02:00
2013-03-15 14:25:48 +00:00
2013-07-14 21:09:38 +02:00
2012-12-05 10:22:43 +01:00
2015-02-24 18:24:01 -05:00
2014-05-20 12:59:42 -04:00

ceilometer

See the ReleaseNotes document and the project home for more info.

http://launchpad.net/ceilometer

Description
OpenStack Telemetry (Ceilometer) Alarming
Readme 21 MiB
Languages
Python 98.3%
Shell 1.6%
Mako 0.1%