Added release notes for Rocky first release
Change-Id: I4b95ac68cb6f0edc1938fed3ca85dda5fcc575d5 Co-Authored-By: Idan Hefetz <idan.hefetz@nokia.com>
This commit is contained in:
parent
75e121f81b
commit
0a1017d7f0
4
releasenotes/notes/mock-datasource-1c9b427bc16f4a59.yaml
Normal file
4
releasenotes/notes/mock-datasource-1c9b427bc16f4a59.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Added a new ``Mock datasource``, which can mock an entire graph and allows
|
||||||
|
testing large scale stability as well as performance.
|
@ -0,0 +1,3 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- Many bug fixes related to performance and stability.
|
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- The collector service was changed to run on demand instead of periodically,
|
||||||
|
hence it can now be run in active-active mode. This is as part of a larger
|
||||||
|
design to improve high availability.
|
||||||
|
- Oslo service was replaced by cotyledon, so Vitrage uses real threads and
|
||||||
|
multiprocessing. This change removes unnecessary complications of using
|
||||||
|
eventlets and timers.
|
||||||
|
- Created a dedicated process for the api handler, for better handling api
|
||||||
|
calls under stress.
|
Loading…
Reference in New Issue
Block a user