Merge "Improve README file for monitoring-for-openstack"

This commit is contained in:
Jenkins 2016-10-04 15:47:13 +00:00 committed by Gerrit Code Review
commit 4d455249de
2 changed files with 23 additions and 3 deletions

View File

@ -1,5 +1,25 @@
========================
monitoring-for-openstack
Monitoring for OpenStack
========================
Set of Python scripts to help monitoring of OpenStack services.
This is a set of Python scripts to help with the monitoring of
OpenStack services.
Installation
============
* Clone the osops-tools-monitoring repository::
git clone https://github.com/openstack/osops-tools-monitoring
* Change to the ``monitoring-for-openstack`` directory::
cd osops-tools-monitoring/monitoring-for-openstack
* Install the requirements::
pip install -r requirements.txt
* Install the ``monitoring-for-openstack`` scripts::
python setup.py install

View File

@ -2,7 +2,7 @@
name = monitoring-for-openstack
version = 1.0.1
summary = OpenStack monitoring tools
description-file = README.md
description-file = README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
classifier =