
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 be more readable. Change-Id: I3cd894253d6f5f9f39899dff678fd3fcf70ddc53
Team and repository tags
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
- Wiki page: https://wiki.openstack.org/wiki/Vitrage
- Launchpad: https://launchpad.net/vitrage
- Source: https://git.openstack.org/cgit/openstack/vitrage
Description
Languages
Python
97.9%
HTML
1.3%
Shell
0.8%