From 8f7ed2fd81a1f0079e197b3379a6377ab9cd6bb0 Mon Sep 17 00:00:00 2001 From: mgrosz Date: Mon, 16 Nov 2015 12:10:25 +0200 Subject: [PATCH] Updating README file and tox.ini Change-Id: If7659fe441df09e922ee19aa784e29c5588bef18 --- README.rst | 31 ++++++++++++++++--------------- tox.ini | 2 +- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index 1496e61..3380547 100644 --- a/README.rst +++ b/README.rst @@ -1,19 +1,20 @@ -=============================== -vitrage-dashboard -=============================== +======= +Vitrage +======= -Vitrage Horizon plugin +Vitrage is the Openstack RCA (Root Cause Analysis) Engine for organizing, +analyzing and expanding OpenStack alarms & events, yielding insights +regarding the root cause of problems and deducing the existence of problems +before they are directly detected. -Please feel here a long description which must be at least 3 lines wrapped on -80 cols, so that distribution package maintainers can use it in their packages. -Note that this is a hard requirement. +Vitrage Dashboard +----------------- +Vitrage Dashboard is an extension for OpenStack Dashboard that provides a UI for +Vitrage. -* Free software: Apache license -* Documentation: https://wiki.openstack.org/wiki/Vitrage -* Source: http://git.openstack.org/cgit/openstack/vitrage-dashboard -* Bugs: http://bugs.launchpad.net/Vitrage +Project Resources +----------------- -Features --------- - -* TODO +* `Vitrage at Launchpad `_ +* `Wiki `_ +* `Code Review `_ diff --git a/tox.ini b/tox.ini index 54fdd6a..03552bc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pypy,pep8 +envlist = py27,pep8 skipsdist = True [testenv]