aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release-notes.rst
diff options
context:
space:
mode:
authorScott Seabolt <js9808@att.com>2017-11-14 15:34:32 -0500
committerScott Seabolt <js9808@att.com>2017-11-14 15:35:14 -0500
commit5081f315711dcdba531a1ca0a91765445f0564f6 (patch)
treed3d0dcf3573beea2dbc222517ea385aa814fdbe5 /docs/release-notes.rst
parented9fd62c6060a3a5ae34a6fd61939f13be07973c (diff)
Update Release Notes and Guides
Updated APPC Release Notes and API and Client Library Guides IssueId: APPC-101 Change-Id: I950eb93b337504b8ef1686ca06ecd2f77c74f245 Signed-off-by: Scott Seabolt <js9808@att.com>
Diffstat (limited to 'docs/release-notes.rst')
-rw-r--r--docs/release-notes.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 66d3eb881..85ab577f9 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -63,6 +63,12 @@ Other key features added in this release include:
**Known Issues**
+ - `APPC-316 <https://jira.onap.org/browse/APPC-316>`_ - Null payload issue for Stop Application; Stop action will not work with a null payload. Ensure when testing Stop action that payload is included.
+
+ - `APPC-315 <https://jira.onap.org/browse/APPC-315>`_ - appc-request-handler is giving error java.lang.NoClassDefFoundError - This error results in vnf state and lock not being released. The workaround is to manually remove the entries from the VNF_LOCK_MANAGEMENT and VNF_STATE_MANAGEMENT tables.
+ - ``DELETE FROM VNF_LOCK_MANAGEMENT where RESOURCE_ID="vnf-id"``
+ - ``DELETE FROM VNF_STATE_MANAGEMENT where VNF_ID="vnf-id"``
+
- `APPC-312 <https://jira.onap.org/browse/APPC-312>`_ - APPC request is going to wrong request handler and rejecting request. Configure request failing with following error: ``REJECTED Action Configure is not supported on VM level``.
- `APPC-311 <https://jira.onap.org/browse/APPC-311>`_ - The APPC LCM Provider Healthcheck, which does a healthceck on a VNF, is failing. No known workaround at this time.
@@ -77,7 +83,7 @@ Other key features added in this release include:
- `APPC-154 <https://jira.onap.org/browse/APPC-154>`_ - Logging issue - Request REST API of APPC has RequestID (MDC) in Body or Payload section instead of Header.
-
+
**Security Issues**
- Communication over DMaaP currently does not use secure topics in this release.
- AAF is deactivated by default in this release and was not validated or committed as part of the Amsterdam Release.
@@ -101,3 +107,4 @@ Other key features added in this release include:
===========
End of Release Notes
+