Updating README file and tox.ini

Change-Id: If7659fe441df09e922ee19aa784e29c5588bef18
This commit is contained in:
mgrosz 2015-11-16 12:10:25 +02:00
parent f88201dc9e
commit 8f7ed2fd81
2 changed files with 17 additions and 16 deletions

View File

@ -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 <http://launchpad.net/vitrage>`_
* `Wiki <https://wiki.openstack.org/wiki/Vitrage>`_
* `Code Review <https://review.openstack.org/>`_

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pypy,pep8
envlist = py27,pep8
skipsdist = True
[testenv]