aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2019-10-17 13:57:00 -0400
committerTakamune Cho <takamune.cho@att.com>2019-10-17 18:02:35 +0000
commit5a8e50d34181109294e5cd024d810167d3aa9e74 (patch)
treedeee04d50d8697237a297770af5fddc44d51fd40
parenta43ba49af7296f1b1369a8d53b99ccb91c45fea7 (diff)
update release note for unknown issue
update release note Issue-ID: APPC-1766 Change-Id: I200cc60dd8560b30004e2dc260041f755599395d Signed-off-by: Taka Cho <takamune.cho@att.com>
-rw-r--r--docs/release-notes.rst2
1 files changed, 2 insertions, 0 deletions
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 <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**