Document supported drivers and maintainers

As per the latest communication sent to openstack-dev[0], this commit
adds the list of drivers and maintainers to the glance_store
documentation. The drivers listed here are considered supported by the
overall community but mainly by the listed maintainers.

Drivers that currently exist in the source tree that are not listed here
will be marked as deprecated following what was communicated in the
aforementioned thread[0].

[0] http://lists.openstack.org/pipermail/openstack-dev/2015-December/081966.html

Change-Id: I0ae750a8bbd936e421a5221b7a97fef1f0d02750
This commit is contained in:
Flavio Percoco 2015-12-15 22:29:01 -04:30
parent b8448c2f79
commit a3b15e665d
2 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,34 @@
Glance Store Drivers
====================
Glance store supports several different drivers. These drivers live
within the library's code base and they are maintained by either
members of the Glance community or OpenStack in general. Please, find
below the table of supported drivers and maintainers:
+-------------------+---------------------+------------------------------------+------------------+
| Driver | Maintainer | Email | IRC Nick |
+===================+=====================+====================================+==================+
| File System | Glance Team | openstack-dev@lists.openstack.org | openstack-glance |
+-------------------+---------------------+------------------------------------+------------------+
| HTTP | Glance Team | openstack-dev@lists.openstack.org | openstack-glance |
+-------------------+---------------------+------------------------------------+------------------+
| RBD | Fei Long Wang | flwang@catalyst.net.nz | flwang |
+-------------------+---------------------+------------------------------------+------------------+
| Cinder | Tomoki Sekiyama | tomoki.sekiyama.qu@hitachi.com | |
+-------------------+---------------------+------------------------------------+------------------+
| Swift | Matthew Oliver | matt@oliver.net.au | mattoliverau |
+-------------------+---------------------+------------------------------------+------------------+
| VMware | Sabari Murugesan | smurugesan@vmware.com | sabari |
+-------------------+---------------------+------------------------------------+------------------+
| Sheepdog | YAMADA Hideki | yamada.hideki@lab.ntt.co.jp | yamada-h |
+-------------------+---------------------+------------------------------------+------------------+
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@ -10,6 +10,14 @@ Contents
.. toctree::
:maxdepth: 1
Store Drivers
=============
.. toctree::
:maxdepth: 1
drivers/index
Release Notes
=============