dd0211ab85
All of the project json files had lists of the core review team members. Since this was originally written, gerrit has added a REST API and this information is available through that API. Get the info from there instead when we can. There are a few project files I didn't convert because the equivalent gerrit team wasn't immediately obvious. Change-Id: Ie7ae19d9a58a5148002676604fd6962ea1438786 Signed-off-by: Russell Bryant <rbryant@redhat.com>
27 lines
747 B
JSON
27 lines
747 B
JSON
{
|
|
"name": "oslo",
|
|
"subprojects": [
|
|
"openstack-dev/cookiecutter",
|
|
"openstack-dev/hacking",
|
|
"openstack-dev/oslo-cookiecutter",
|
|
"openstack-dev/pbr",
|
|
"openstack/cliff",
|
|
"openstack/oslo-incubator",
|
|
"openstack/oslo-specs",
|
|
"openstack/oslo.config",
|
|
"openstack/oslo.db",
|
|
"openstack/oslo.i18n",
|
|
"openstack/oslo.messaging",
|
|
"openstack/oslo.rootwrap",
|
|
"openstack/oslo.version",
|
|
"openstack/oslo.vmware",
|
|
"openstack/oslosphinx",
|
|
"openstack/oslotest",
|
|
"openstack/pycadf",
|
|
"openstack/stevedore",
|
|
"openstack/taskflow",
|
|
"openstack/requirements"
|
|
],
|
|
"core-team-gerrit-group": "oslo-core"
|
|
}
|