sudhir_agarwal ad6745453b 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: Ib27b2784c6cfaa00c76a53b3c041c74866bbd66a
2017-07-05 12:18:46 +00:00
2017-06-28 17:06:35 +03:00
2017-07-03 12:32:08 +03:00
2015-09-30 18:54:43 +00:00
2016-05-03 14:15:38 +03:00
2015-11-06 14:46:43 +02:00
2015-12-20 10:26:53 +02:00
2016-09-29 09:21:27 +00:00
2015-11-06 14:46:43 +02:00
2017-04-10 12:53:50 +05:30
2017-03-03 23:01:30 +00: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

Description
OpenStack RCA (Root Cause Analysis) Engine
Readme 24 MiB
Languages
Python 97.9%
HTML 1.3%
Shell 0.8%