Oslo project updates

-Add all projects from governance list
 -Retire unmaintained deliverables

 https://governance.openstack.org/tc/reference/projects/oslo.html

Change-Id: I3ed9589013c98f483d874b8e98e7cf8d03e5dcad
This commit is contained in:
Hervé Beraud 2022-04-14 10:34:40 +02:00
parent 27d6e6d284
commit 7591ed8212
1 changed files with 36 additions and 9 deletions

View File

@ -1,24 +1,51 @@
{ {
"name": "oslo", "name": "oslo",
"subprojects": [ "subprojects": [
"openstack-dev/cookiecutter", "openstack/automaton",
"openstack-dev/hacking", "openstack/castellan",
"openstack-dev/oslo-cookiecutter", "openstack/cookiecutter",
"openstack-dev/pbr", "openstack/debtcollector",
"openstack/oslo-incubator", "openstack/devstack-plugin-amqp1",
"openstack/devstack-plugin-kafka",
"openstack/etcd3gw",
"openstack/futurist",
"openstack/microversion-parse",
"openstack/openstack-doc-tools",
"openstack/openstackdocstheme",
"openstack/os-api-ref",
"openstack/oslo-cookiecutter",
"openstack/oslo-specs", "openstack/oslo-specs",
"openstack/oslo.cache",
"openstack/oslo.concurrency",
"openstack/oslo.config", "openstack/oslo.config",
"openstack/oslo.context",
"openstack/oslo.db", "openstack/oslo.db",
"openstack/oslo.i18n", "openstack/oslo.i18n",
"openstack/oslo.limit",
"openstack/oslo.log",
"openstack/oslo.messaging", "openstack/oslo.messaging",
"openstack/oslo.metrics",
"openstack/oslo.middleware",
"openstack/oslo.policy",
"openstack/oslo.privsep",
"openstack/oslo.reports",
"openstack/oslo.rootwrap", "openstack/oslo.rootwrap",
"openstack/oslo.version", "openstack/oslo.serialization",
"openstack/oslo.service",
"openstack/oslo.tools",
"openstack/oslo.upgradecheck",
"openstack/oslo.utils",
"openstack/oslo.versionedobjects",
"openstack/oslo.vmware", "openstack/oslo.vmware",
"openstack/oslosphinx",
"openstack/oslotest", "openstack/oslotest",
"openstack/pycadf", "openstack/pbr",
"openstack/sphinx-feature-classification",
"openstack/oslo-incubator",
"openstack/oslo.version",
"openstack/stevedore", "openstack/stevedore",
"openstack/taskflow" "openstack/taskflow",
"openstack/tooz",
"openstack/whereto"
], ],
"core-team-gerrit-group": "oslo-core" "core-team-gerrit-group": "oslo-core"
} }