From: Taka Cho Date: Thu, 17 Oct 2019 17:57:00 +0000 (-0400) Subject: update release note for unknown issue X-Git-Tag: 5.0.2-ONAP~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=appc.git;a=commitdiff_plain;h=5a8e50d34181109294e5cd024d810167d3aa9e74 update release note for unknown issue update release note Issue-ID: APPC-1766 Change-Id: I200cc60dd8560b30004e2dc260041f755599395d Signed-off-by: Taka Cho --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 04bc4c4b6..01582f405 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -58,6 +58,8 @@ The El Alto added the following feature, bug fixes and security enhancements: - `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 `_ - openStackEncryptedPassword value is not encrypted + - to work around this is to change "provider1.tenant1.password={{.Values.config.openStackEncryptedPassword}}" to "provider1.tenant1.password=" in APPC helm chart's appc.properties. **Security Notes**