ironic subprojects are updated

This updates the subprojects that are part of ironic. The
subprojects can be found at
https://governance.openstack.org/tc/reference/projects/ironic.html

coreos-image-builder, ironic-webclient, and python-dracclient are no
longer under ironic and have been removed. Quite a few subprojects
were added.

Change-Id: I9b1bcee5c22a912e4cbcc6a11363689f33ad4f59
This commit is contained in:
Ruby Loo 2017-08-29 11:49:34 -04:00
parent 548a85d2a9
commit 610a81175d
1 changed files with 10 additions and 4 deletions

View File

@ -2,17 +2,23 @@
"name": "ironic",
"subprojects": [
"openstack/bifrost",
"openstack/coreos-image-builder",
"openstack/ironic",
"openstack/ironic-inspector",
"openstack/ironic-inspector-specs",
"openstack/ironic-inspector-tempest-plugin",
"openstack/ironic-lib",
"openstack/ironic-python-agent",
"openstack/ironic-python-agent-builder",
"openstack/ironic-specs",
"openstack/ironic-webclient",
"openstack/python-dracclient",
"openstack/ironic-tempest-plugin",
"openstack/ironic-ui",
"openstack/molteniron",
"openstack/networking-baremetal",
"openstack/python-ironic-inspector-client",
"openstack/python-ironicclient"
"openstack/python-ironicclient",
"openstack/sushy",
"openstack/sushy-tools",
"openstack/virtualbmc"
],
"core-team-gerrit-group": "ironic-core"
}