update release note for unknown issue 75/97275/4
authorTaka Cho <takamune.cho@att.com>
Thu, 17 Oct 2019 17:57:00 +0000 (13:57 -0400)
committerTakamune Cho <takamune.cho@att.com>
Thu, 17 Oct 2019 18:02:09 +0000 (18:02 +0000)
update release note

Issue-ID: APPC-1766
Change-Id: I200cc60dd8560b30004e2dc260041f755599395d
Signed-off-by: Taka Cho <takamune.cho@att.com>
docs/release-notes.rst

index 04bc4c4..01582f4 100644 (file)
@@ -58,6 +58,8 @@ The El Alto added the following feature, bug fixes and security enhancements:
 
       - `APPC-1710 <https://jira.onap.org/browse/APPC-1710>`_ - Need for "ReadWriteMany" access on storage when deploying on Kubernetes?
          - to work around this is to add "accessMode: ReadWriteOnce" to values.yaml in APPC helm chart
+      - `APPC-1766 <https://jira.onap.org/browse/APPC-1766>`_ - openStackEncryptedPassword value is not encrypted
+         - to work around this is to change "provider1.tenant1.password={{.Values.config.openStackEncryptedPassword}}" to "provider1.tenant1.password=<non-encrypted plaintext password>" in APPC helm chart's appc.properties.
 
 
 **Security Notes**