aodh/ceilometer/api
xingzhou 0c841abf26 Filter query op:gt does not work as expected
At present, when using timestamp to filter resource or sample data, ceilometer
is using gte for start_timestamp and lt for end_timestamp.
This fix will pass the timestamp operator in the request to the storage level
to support gt operator for the start_timestamp and le for the end_stamp.

The changes will be applied to the get_resources and get_samples methods of
hbase, mongodb and sqlalchemy.

Change-Id: I3fb7651b588400df804ab8bb522084e766744f96
Fixes: Bug 1193926
2013-07-03 23:54:57 -04:00
..
controllers Filter query op:gt does not work as expected 2013-07-03 23:54:57 -04:00
v1 Merge "Allow suppression of v1 API." 2013-05-21 15:46:11 +00:00
__init__.py Allow specifying a listen IP 2013-05-28 12:43:10 +01:00
acl.py Update Oslo 2013-06-13 16:14:17 +02:00
app.py service: run common initialization stuff 2013-06-05 08:13:20 +02:00
app.wsgi Add sample configuration files for mod_wsgi 2013-03-08 16:10:37 -05:00
config.py Don't use pecan to configure logging 2013-05-28 12:17:43 +01:00
hooks.py pipeline: switch publisher loading model to driver 2013-06-12 12:25:00 +02:00
middleware.py pep8: enable E125 checks 2013-06-19 14:54:10 +02:00