summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
blob: 0500c535ffeae1f2bee8eac4f254cb910baa99a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
= Generalist Code Reviewers =

Oslo has a cadre of core reviewers who have taken on a generalist role
on the project. They are folks with good taste in Python code, provide
constructive input in their reviews and make time to review any patches
submitted to the project, irrespective of the area which a given patch
targets.

The current members of oslo-core are listed here:

  https://review.openstack.org/#/admin/groups/106,members

This the group who can +2 and approve patches in oslo. However, they may
choose to seek feedback from the appropriate specialist API maintainer
before approving a patch if it is in any way controversial or risky.

= Specialist API Maintainers =

APIs in oslo-incubator are resting here temporarily until they have been
cleaned up sufficiently so that we can make a commitment to backwards
compatibility and release the API in a properly published library.

While in oslo-incubator, an API should have one or more specialist
maintainers who have taken on the following responsibilities:

  - Developing a roadmap for the API graduating from the incubator

  - Reviewing changes proposed for that API - a +1 from an API
    maintainer should be treated as a +2 by oslo-core members

  - Keeping track of which Integrated projects are using the API and
    helping to ensure the API meets the use cases of those projects

  - Ensuring that any incompatible or potentially troublesome changes
    are synced from oslo-incubator into the projects using the API,
    either by performing the sync themselves are asking that the authors
    of the patch perform the sync

= List of API Maintainers =

Each API has an entry with the following keys:

 M: Maintainer 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 openstack/common/

== authutils ==

M:
S: Orphan
F: authutils.py

== build ==

M: Monty Taylor <mordred@inaugust.com>
S: Orphan
F: setup.py
F: version.py

== cfg ==

M: Mark McLoughlin <markmc@redhat.com>
S: Maintained
F: cfgfilter.py

== cliutils ==

M:
S: Orphan
F: cliutils.py

== context ==

M:
S: Obsolete
F: context.py
F: middleware/context.py

== config ==
M: Julien Danjou <julien@danjou.info>
M: Zhongyue Luo <zhongyue.nah@intel.com>
S: Maintained
F: config/

== db ==

M:
S: Orphan
F: db/

== eventlet_backdoor ==

M:
S: Orphan
F: eventlet_backdoor.py

== exception ==

M:
S: Obsolete
F: exception.py

== excutils ==

M:
S: Orphan
F: excutils.py

== fileutils ==

M: Zhongyue Luo <zhongyue.nah@intel.com>
S: Maintained
F: fileutils.py

== fixtures ==

M: Monty Taylor <mordred@inaugust.com>
S: Maintained
F: fixture/

== funcutils ==

M: Joshua Harlow <harlowja@yahoo-inc.com>
S: Maintained
F: funcutils.py

== gettextutils ==

M: Mark McLoughlin <markmc@redhat.com>
S: Maintained
F: gettextutils.py

== importutils ==

M:
S: Orphan
F: importutils.py

== jsonutils ==

M:
S: Orphan
F: jsonutils.py

== local ==

M:
S: Orphan
F: local.py

== lockutils ==

M: Michael Still <mikal@stillhq.com>
S: Maintained
F: lockutils.py

== log ==

M:
S: Orphan
F: log.py

== loopingcall ==

M:
S: Orphan
F: loopingcall.py

== memorycache ==

M:
S: Orphan
F: memorycache.py

== network_utils ==

M:
S: Orphan
F: network_utils.py

== notifier ==

M:
S: Orphan
F: notifier/

== pastedeploy ==

M: Mark McLoughlin <markmc@redhat.com>
S: Obsolete
F: pastedeploy.py

== periodic_task ==

M: Michael Still <mikal@stillhq.com>
S: Maintained
F: periodic_task.py

== policy ==

M:
S: Orphan
F: policy.py

== processutils ==

M: Michael Still <mikal@stillhq.com>
S: Maintained
F: processutils.py

== redhat-eventlet.patch ==

M: Mark McLoughlin <markmc@redhat.com>
S: Maintained
F: contrib/redhat-eventlet.patch
F: tools/patch_tox_venv.py

== rootwrap ==

M: Thierry Carrez <thierry@openstack.org>
S: Maintained
F: rootwrap/

== rpc ==

M: Mark McLoughlin <markmc@redhat.com>
M: Russell Bryant <rbryant@redhat.com>
S: Maintained
F: rpc/

== scheduler ==

M:
S: Orphan
F: scheduler/

== service ==

M: Michael Still <mikal@stillhq.com>
S: Maintained
F: service.py

== sslutils ==

M:
S: Orphan
F: sslutils.py

== strutils ==

M: Flavio Percoco <flavio@redhat.com>
S: Maintained
F: strutils.py

== threadgroup ==

M:
S: Orphan
F: threadgroup.py

== timeutils ==

M: Zhongyue Luo <zhongyue.nah@intel.com>
S: Maintained
F: timeutils.py

== uuidutils ==

M: Zhongyue Luo <zhongyue.nah@intel.com>
S: Maintained
F: uuidutils.py

== wsgi ==

M:
S: Orphan
F: wsgi.py

== xmlutils ==

M:
S: Orphan
F: xmlutils.py

== zmq ==

M: Eric Windisch <eric@cloudscaling.com>
S: Maintained
F: rpc/impl_zmq.py
F: rpc/matchmaker*.py
F: rpc/zmq_receiver.py