OpenStack RCA (Root Cause Analysis) Engine
Go to file
loooosy 1e4efa9e9f Replace six.iteritems() with .items()
1.As mentioned in [1], we should avoid using
six.iteritems to achieve iterators. We can
use dict.items instead, as it will return
iterators in PY3 as well. And dict.items/keys
will more readable. 2.In py2, the performance
about list should be negligible, see the link [2].
[1] https://wiki.openstack.org/wiki/Python3
[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html

Change-Id: Ida505e3d490159b0b1d6e6e903882c58bc5ffdea
2017-04-05 22:36:39 +08:00
devstack add some delay between post and get 2017-03-19 15:24:47 +02:00
doc/source Merge "make a supplementary of API document" 2017-03-29 08:34:12 +00:00
etc/vitrage Merge "no more mocks" 2017-02-02 11:47:27 +00:00
install-guide/source Cookiecutting install guide 2017-02-23 17:11:21 +01:00
releasenotes Update reno for stable/ocata 2017-02-02 19:29:44 +00:00
vitrage Replace six.iteritems() with .items() 2017-04-05 22:36:39 +08:00
vitrage_tempest_tests add some delay between post and get 2017-03-19 15:24:47 +02:00
.gitignore Ignore .python-version which is used by pyenv 2016-08-15 16:26:14 +08:00
.gitreview Added .gitreview 2015-09-30 18:54:43 +00:00
.testr.conf Tempest Gate 2016-05-03 14:15:38 +03:00
babel.cfg Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
CONTRIBUTING.rst Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
HACKING.rst fix doc 2015-12-20 10:26:53 +02:00
initial.txt Documentation updates 2016-09-29 09:21:27 +00:00
LICENSE Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
openstack-common.conf Add Vitrage project initial file 2015-11-06 14:46:43 +02:00
README.rst Show team and repo badges on README 2016-11-25 17:45:33 +01:00
requirements.txt Updated from global requirements 2017-03-29 12:42:17 +00:00
run_vitrage_tempest.sh get_topology validation & run_vitrage_tempest.sh 2016-02-23 15:35:45 +00:00
setup.cfg Remove support for py34 2017-02-08 11:24:05 +07:00
setup.py Updated from global requirements 2017-03-03 23:01:30 +00:00
test-requirements.txt Updated from global requirements 2017-03-29 12:42:17 +00:00
tox.ini fix the command of test cover 2017-03-19 13:52:56 +08:00

Team and repository tags

image

Vitrage

The OpenStack RCA Service

Vitrage is the OpenStack RCA (Root Cause Analysis) Service 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.

Enabling Vitrage in DevStack

More details in: README file

Project Resources