summaryrefslogtreecommitdiff
path: root/ceilometer/objectstore
Commit message (Expand)AuthorAgeFilesLines
* Fix swift pollsters that use get_accountPavlo Shchelokovskyy2022-06-021-1/+1
* Fix CA file for Swift pollsterMark Goddard2021-08-201-2/+6
* Remove six.moveswangzihao2020-09-273-3/+4
* Stop to use the __future__ module.Hervé Beraud2020-06-021-2/+0
* Update hacking for Python3Andreas Jaeger2020-03-311-10/+10
* Merge "objectstore/rgw: Add config option to support RGW implicit tenants"11.0.0Zuul2018-07-302-4/+21
|\
| * objectstore/rgw: Add config option to support RGW implicit tenantsFelix Walter2018-06-112-4/+21
* | Add support for Python 3.7Julien Danjou2018-07-182-2/+2
|/
* separate base manager from pipelinegord chung2017-11-162-2/+2
* Specify region when looking for radosgw admin URLMaxime Guyot2017-07-191-1/+2
* Remove log translationsxuqiankun2017-04-151-2/+1
* Swallow & report 404s from Swift (missing tenant)Thomas Graichen2017-03-131-10/+17
* Remove unused variableBéla Vancsics2017-03-021-2/+3
* stop assuming ceph/swift share same endpointgord chung2017-01-041-2/+1
* register ceilometer options at runtimeMehdi Abaakouk2016-11-242-8/+0
* pollsters: stop using global confMehdi Abaakouk2016-11-072-17/+19
* Clean imports in codeCao Xuan Hoang2016-09-231-2/+4
* Merge "Drop timestamping in pollsters"Jenkins2016-06-062-13/+0
|\
| * Drop timestamping in pollstersWenzhi Yu2016-05-062-13/+0
* | enable swift pollsters poll data for specific regionZhiQiang Fan2016-05-221-3/+5
|/
* Improve the docstring for Swift pollstersFei Long Wang2016-04-231-5/+5
* Catch the EndpointNotFound in keystoneauth1 than in keystoneclientliusheng2015-12-162-2/+2
* Use keystoneauth1 instead of manual setupMehdi Abaakouk2015-12-082-8/+12
* Merge "do not translate debug logs"Jenkins2015-08-132-4/+2
|\
| * do not translate debug logsgordon chung2015-08-122-4/+2
* | Convert instance, bandwidth and SwiftMiddleware metersPradeep Kilambi2015-08-121-62/+0
* | support multiple-meter payloadsgordon chung2015-08-111-19/+0
|/
* Fix for rgw still throwing errorsRohit Jaiswal2015-08-061-2/+2
* Replace isotime() with utcnow() and isoformat()Jie Li2015-07-272-11/+11
* Remove deprecated Swift middlewareJulien Danjou2015-06-091-235/+0
* Disable rgw pollster when aws module not foundLan Qi song2015-05-311-2/+6
* use oslo.log instead of oslo-incubator codeZhiQiang Fan2015-05-282-2/+2
* Drop use of 'oslo' namespace package.Doug Hellmann2015-04-281-3/+3
* fix incorrect key check in swift notificationsgordon chung2015-03-241-11/+10
* add an option to disable non-metric metersgordon chung2015-02-241-1/+1
* add missing objectstore entry pointsgordon chung2015-02-241-9/+19
* Add ceph object storage metersSwami Reddy2015-02-242-0/+284
* Revert "Add ceph object storage meters"gordon chung2015-02-232-284/+0
* Add ceph object storage metersSwami Reddy2015-02-192-0/+284
* add listener to pick up notification from ceilometermiddlewaregordon chung2015-02-031-0/+72
* deprecate swift middlewaregordon chung2015-01-301-0/+3
* Upgrade to hacking 0.10Julien Danjou2015-01-232-4/+0
* Use oslo_config instead of deprecated oslo.configDina Belova2015-01-151-1/+1
* Use oslo_utils instead of deprecated oslo.utilsZhiQiang Fan2015-01-102-2/+2
* Switch to oslo.context libraryJulien Danjou2014-12-191-1/+1
* Move central agent code to the polling agent moduleDina Belova2014-12-121-2/+2
* Port to graduated library oslo.i18nZhiQiang Fan2014-12-091-1/+1
* fix swift middleware parsinggordon chung2014-11-241-1/+1
* switch to oslo-config-generatorgordon chung2014-10-121-2/+2
* Merge "clean path in swift middleware"Jenkins2014-10-071-1/+2
|\