summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-12-04 11:43:09 +0100
committerJulien Danjou <julien@danjou.info>2015-12-04 11:43:09 +0100
commit3a024b28cae093161d22ebddd6a907e5e672002f (patch)
treebe61724fc2cc9293173a34e34d0807932b8d2b3a /MAINTAINERS
parent22bb881a72e96ca2eb59bc300d53fa733755d6eb (diff)
downloadceilometer-3a024b28cae093161d22ebddd6a907e5e672002f.tar.gz
MAINTAINERS: remove outdated data
This is outdated and never updated anyway. It does not reflect the reality anymore, so let's stop trying to have that as it does not give any useful information anyway. We're a team, we maintain everything! (and we can use git log to find out things) Change-Id: I28dd5fdfdc0ef4b0d9816b38572c5bbac3d6f9cf
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS51
1 files changed, 0 insertions, 51 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 39dc120a..969b3cdf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23,54 +23,3 @@ pradk
rohit_
sileht
zqfan
-
-
-= List of Maintainers =
-
-Each has an entry with the following keys:
-
- M: Maintainer (irc) <email address>
- S: Status, one of the following:
- Maintained: Has an active maintainer
- Orphan: No current maintainer, feel free to step up!
- Obsolete: Replaced by newer code, or a dead end, or out-dated
- F: Wildcard patterns, relative to ceilometer/
-
-
-== api ==
-
-M: Doug Hellmann (dhellmann) <doug.hellmann@dreamhost.com>
-S: Maintained
-F: api/
-
-== events ==
-
-M: Julien Danjou (jd__)
-M: Sandy Walsh (sandywalsh)
-M: Monsyne Dragon (dragondm)
-S: Maintained
-F: notification.py
-F: storage/
-
-== pipeline ==
-
-M: Julien Danjou (jd__)
-S: Maintained
-F: publisher/, transformer/, pipeline.py
-
-== storage ==
-
--- HBase --
-M:
-S: Orphan
-F: storage/impl_hbase.py
-
--- MongoDB --
-M:
-S: Orphan
-F: storage/impl_mongodb.py
-
--- SQLAlchemy --
-M:
-S: Orphan
-F: storage/sqlalchemy/, storage/impl_sqlalchemy.py