Merge "Add release notes for fast failover and networkx 2"

This commit is contained in:
Zuul 2018-07-25 12:28:55 +00:00 committed by Gerrit Code Review
commit e820bc2d86
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
features:
- High availability of active standby vitrage-graph is better supported.
A fast fail-over is implemented by storing all the required in-memory state
data in mysql. Vitrage-graph initializes quickly upon failover without
requesting any updates.

View File

@ -0,0 +1,3 @@
---
fixes:
- Added support for Networkx version 2.1