Add a couple of more oslo projects

We have two more oslo projects
* oslo.reports
* oslo.cache

Change-Id: I2e564a45ac72a53be78d06da282145750943fa61
This commit is contained in:
Davanum Srinivas 2015-06-23 20:58:27 -04:00
parent fb0a61e849
commit 14b5f25a32

View File

@ -118,6 +118,11 @@
keystonemiddleware
</a>
<p>Middleware provided for integrating with the OpenStack Identity API.</p>
<a href="http://docs.openstack.org/developer/oslo.cache/">
oslo.cache
</a>
<p>Generic caching mechanism for OpenStack projects by wrapping
the dogpile.cache.</p>
<a href="http://docs.openstack.org/developer/oslo.concurrency/">
oslo.concurrency
</a>
@ -155,6 +160,10 @@
oslo.policy
</a>
<p> Common policy enforcement.</p>
<a href="http://docs.openstack.org/developer/oslo.reports/">
oslo.reports
</a>
<p>Error report framework for projects.</p>
<a href="http://docs.openstack.org/developer/oslo.rootwrap/">
oslo.rootwrap
</a>