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
2017-02-02 11:47:27 +00:00
2017-02-02 19:29:44 +00: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
2016-11-25 17:45:33 +01:00
2017-02-08 11:24:05 +07:00
2017-03-03 23:01:30 +00:00
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

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