diff --git a/doc/source/contributor/cinder-groups.rst b/doc/source/contributor/cinder-groups.rst index 66492cd7ac4..da109a12824 100644 --- a/doc/source/contributor/cinder-groups.rst +++ b/doc/source/contributor/cinder-groups.rst @@ -59,6 +59,10 @@ The Cinder project has total control over the membership of these groups. - +2 powers on the cinder-tempest-plugin repository - cinder-core plus other appropriate people - https://review.opendev.org/#/admin/groups/2088,members + * - rbd-iscsi-client-core + - +2 powers on the rbd-iscsi-client repository + - cinder-core (plus others if appropriate; currently only cinder-core) + - https://review.opendev.org/admin/groups/b25813f5baef62b9449371c91f7dbacbcf7bc6d6,members The Cinder project shares control over the membership of these groups. If you want to add someone to one of these groups who doesn't already have membership diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 9b1da6e3437..1115c45a088 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -46,6 +46,13 @@ cinderlib | docs: https://docs.openstack.org/cinderlib | Launchpad: https://launchpad.net/cinderlib +rbd-iscsi-client + | Library that provides a REST client that talks to ceph-isci's + rbd-target-api to export rbd images/volumes to an iSCSI initiator. + | code: https://opendev.org/openstack/rbd-iscsi-client + | docs: https://docs.openstack.org/rbd-iscsi-client + | Launchpad: https://launchpad.net/rbd-iscsi-client + cinder-tempest-plugin | Contains additional Cinder tempest-based tests beyond those in the main OpenStack Integration Test Suite (tempest).