ceilometer/ceilometer
Ildiko Vancsa af1bfe7d0e Remove code duplication
Remove code duplication from impl_mongodb and impl_db2 as both of
these drivers use pymongo. This is a multiple step process as there
are several differences between the implementation of these drivers.

The first step is about to move the identical functions to a common
base file, called pymongo_base with a Connection class, from which
the Connection class of both drivers will be inherited.

Change-Id: Ib3c250213cda5450c96c6e495f56623ed7ac0490
2014-02-22 14:37:46 +01:00
..
alarm Merge "Use six.moves.urllib.parse instead of urlparse" 2014-02-15 07:31:24 +00:00
api Merge "Remove code that works around a (now-resolved) bug in pecan" 2014-02-21 01:36:27 +00:00
central Added resources support in pollster's interface 2014-01-20 09:38:18 +08:00
compute Merge "Fix some flaws in ceilometer docstrings" 2014-02-20 10:33:29 +00:00
dispatcher Improve help strings 2014-02-08 06:46:32 +01:00
energy Added resources support in pollster's interface 2014-01-20 09:38:18 +08:00
event Adds gettextutils module in converter 2014-02-17 16:25:33 +08:00
image Propogate cacert and insecure flags to glanceclient 2014-02-11 17:08:17 +00:00
locale Imported Translations from Transifex 2013-12-17 06:05:03 +00:00
network Merge "Improve help strings" 2014-02-11 11:50:11 +00:00
objectstore Use six.moves.urllib.parse instead of urlparse 2014-02-12 09:38:36 +08:00
openstack sync units.py from oslo to ceilometer 2014-02-19 18:33:06 +08:00
orchestration Handle Heat notifications for stack CRUD 2014-02-18 18:48:52 +01:00
publisher Use six.moves.urllib.parse instead of urlparse 2014-02-12 09:38:36 +08:00
storage Remove code duplication 2014-02-22 14:37:46 +01:00
tests Merge "Fixed spelling error in Ceilometer" 2014-02-22 02:08:29 +00:00
transformer Name and unit mapping for rate_of_change transformer 2014-01-17 10:03:22 +00:00
volume Improve help strings 2014-02-08 06:46:32 +01:00
__init__.py Empty files should no longer contain copyright 2013-12-24 20:19:04 +08:00
agent.py Remove None for dict.get() 2014-02-14 22:31:32 +08:00
cli.py Improve help strings 2014-02-08 06:46:32 +01:00
collector.py Use the module units to refer bytes type 2014-02-19 18:46:25 +08:00
middleware.py Improve help strings 2014-02-08 06:46:32 +01:00
notification.py Improve help strings 2014-02-08 06:46:32 +01:00
notifier.py Add i18n warpping for all LOG messages 2013-11-29 21:09:53 +08:00
nova_client.py Remove None for dict.get() 2014-02-14 22:31:32 +08:00
pipeline.py Fix some flaws in ceilometer docstrings 2014-02-13 17:59:51 +08:00
plugin.py Added resources support in pollster's interface 2014-01-20 09:38:18 +08:00
sample.py Improve help strings 2014-02-08 06:46:32 +01:00
service.py Remove None for dict.get() 2014-02-14 22:31:32 +08:00
utils.py Merge "Fix recursive_keypairs output" 2014-02-20 09:12:26 +00:00