From d4e63a22354ab3db182f81154e79bcec3446e997 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 24 Sep 2015 20:52:41 -0400 Subject: [PATCH] Add shields.io version/downloads links/badges into README.rst Change-Id: Iddc0311c4fef0ac3533826b03cee3ee38e47fb02 --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index e336019..856e38e 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,14 @@ oslo.reports =================================== +.. image:: https://img.shields.io/pypi/v/oslo.reports.svg + :target: https://pypi.python.org/pypi/oslo.reports/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslo.reports.svg + :target: https://pypi.python.org/pypi/oslo.reports/ + :alt: Downloads + When things go wrong in (production) deployments of OpenStack collecting debug data is a key first step in the process of triaging & ultimately resolving the problem. Projects like Nova has extensively used logging capabilities which