Switch to oslo.reports

The Guru Meditation Reports has graduated from oslo-incubator, Cinder
should switch to use oslo.reports to keep the code base clean.

NOTE: this should be merged after the requirements has been synchronized.

Change-Id: Ic91a0c5eed09ecdec93e707e901f4bcc55980f72
Closes-Bug: 1469575
This commit is contained in:
liu-sheng
2015-06-29 09:43:31 +08:00
parent 85b0917570
commit c2e1db7c1d
34 changed files with 8 additions and 2024 deletions

View File

@@ -64,7 +64,7 @@ Cinder version module:
.. code-block:: python
from cinder.openstack.common.report import guru_meditation_report as gmr
from oslo_reports import guru_meditation_report as gmr
from cinder import version
Then, register any additional sections (optional):
@@ -87,4 +87,5 @@ Extending the GMR
As mentioned above, additional sections can be added to the GMR for a
particular executable. For more information, see the inline documentation
under :mod:`cinder.openstack.common.report`
about oslo.reports:
`oslo.reports <http://docs.openstack.org/developer/oslo.reports/>`_