Add release note for the fixes in stein.

Change-Id: I6a2d3f927e8e890f661c7501a3073dda6b307436
This commit is contained in:
dharmendra
2019-03-27 07:10:04 +00:00
parent 300d56a2ce
commit bbdd08de76
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
fixes:
- |
Earlier when Tacker service restarted, it failed to resume monitoring
for VNFs.This issue is fixed and Tacker will resume monitoring for VNFs.

View File

@@ -0,0 +1,5 @@
---
fixes:
- |
Fixed conflicting networking issue, When tacker install with Kubernetes
VIM option.

View File

@@ -0,0 +1,10 @@
---
fixes:
- |
Improve returned message of nsd-create: When creating nsd with
non-existent vnfd in tosca template, it will return with NotFound error
message instead of internal error.
Improve returned message of create_vnffg: When create a vnffg with a
missing network_src_port_id in vnffgd, instead of giving internal error
it will return with FlowClassifierPortNotFound error message.

View File

@@ -0,0 +1,6 @@
---
fixes:
- |
Starting from Ocata tacker payloads only accept YAML dict for
config and param payload values. Hence remove the deprecation
warning when something other than YAML dict is received by the API.