Add release notes for fast failover and networkx 2

Change-Id: I92950069eaeeee470eb7fba37e3845c80edd18fd
This commit is contained in:
Idan Hefetz 2018-07-24 14:49:46 +00:00
parent 83a370f70b
commit 3a39fc1570
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