summaryrefslogtreecommitdiff
path: root/ceilometer/objectstore/swift.py
Commit message (Expand)AuthorAgeFilesLines
* Enable to get service types from configuration fileHisashi Osanai2014-09-191-5/+11
* Partition swift pollster resources by tenantNejc Saje2014-09-151-89/+105
* Migrate the rest of the central agent pollsters to use discoveriesNejc Saje2014-09-081-94/+96
* Merge "skip polls if service is not registered"Jenkins2014-08-261-5/+5
|\
| * skip polls if service is not registeredgordon chung2014-08-241-5/+5
* | Switch to oslo.utilsJulien Danjou2014-08-221-1/+1
|/
* Fix H405 violations and re-enable gatingIgor Degtiarov2014-07-011-12/+6
* Fix H307 violations and re-enable gatingIgor Degtiarov2014-07-011-1/+1
* use urlparse from sixGordon Chung2014-06-241-1/+1
* Merge "Corrects a flaw in the treatment of swift endpoints"Jenkins2014-06-171-2/+2
|\
| * Corrects a flaw in the treatment of swift endpointsreplay2014-06-041-2/+2
* | Merge "Skipping central agent pollster when keystone not available"Jenkins2014-06-101-5/+7
|\ \
| * | Skipping central agent pollster when keystone not availableLianhao Lu2014-06-101-5/+7
| |/
* | Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-311-2/+1
|/
* Use None instead of mutables in method params defaultsDina Belova2014-05-221-5/+5
* Remove "# noqa" leftovers for gettextutils._Dina Belova2014-04-281-1/+1
* Use six.moves.urllib.parse instead of urlparseFengqian Gao2014-02-121-1/+1
* Added resources support in pollster's interfaceLianhao Lu2014-01-201-5/+5
* Add new meters for swiftVladislav Kuzmin2013-12-201-7/+59
* full pep8 compliance (part 2)Gordon Chung2013-11-211-3/+4
* Corrected import orderLianhao Lu2013-11-131-4/+3
* Use consistant cache key for swift pollsterLianhao Lu2013-10-301-1/+1
* Rename get_counters to get_samplesJay Lau2013-08-021-3/+3
* objectstore: trivial cleanup in _BaseCyril Roelandt2013-08-011-1/+1
* Merge "Use configured endpoint_type everywhere"Jenkins2013-07-291-9/+2
|\
| * Use configured endpoint_type everywhereJulien Danjou2013-07-251-9/+2
* | Rename ceilometer.counter to ceilometer.sampleJulien Danjou2013-07-291-7/+7
|/
* Remove get_counter_names from the pollster pluginsDoug Hellmann2013-07-121-12/+0
* Break up the swift pollstersDoug Hellmann2013-07-111-54/+68
* Update swift pollster to use cacheDoug Hellmann2013-07-021-7/+17
* Add pollster data cacheDoug Hellmann2013-07-021-1/+1
* Ceilometer may generate wrong format swift url in some situationsxingzhou2013-06-131-2/+16
* Swift pollster silently return no counter if keystone endpoint is not presentMehdi Abaakouk2013-03-201-3/+9
* Make HACKING compliantSandy Walsh2013-03-071-2/+3
* Use oslo-config-2013.1b3Mark McLoughlin2013-02-181-1/+1
* Use the same Keystone client instance for pollsterJulien Danjou2013-02-051-12/+8
* Update pollsters to return counter listYunhong, Jiang2013-02-051-0/+6
* Removed unused param for get_counters().Lianhao Lu2013-01-311-1/+1
* Update pep8 to 1.3.3Julien Danjou2013-01-151-2/+2
* Provide the meters unit's in /metersguillaume pernot2013-01-111-0/+3
* Implement object store meteringguillaume pernot2012-11-301-0/+104