Merge "Add release note for the fixes in stein."

This commit is contained in:
Zuul 2019-03-27 13:03:22 +00:00 committed by Gerrit Code Review
commit ab34f1b12c
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.