template crud release notes

Change-Id: Ifc7da465b67a73f35a9a203cdcdc0e62f5b1b3a7
Implements: blueprint crud-templates
This commit is contained in:
idan kinory 2018-01-23 12:39:46 +00:00
parent 9fce59c4d1
commit fc11a63afe
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
features:
- Added support for template add and template delete.
Templates can now be added/removed by the API while vitrage is running
(no restart is required). Templates are stored in the database and remain
after restarting vitrage.
Adding/removing a template at runtime preforms a live
update to the entity graph.