diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-09-11 19:33:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-11 19:33:30 +0000 |
commit | d070fa287d9bdab9658938758461aaa6a727d23c (patch) | |
tree | 39507ad15eac7e8bb27e042d8192570aa2fa11e2 /values.yaml | |
parent | 559e2794c99c4abcd9b5489e5d05e68a6bd4d732 (diff) | |
parent | 1fd9af793c96caa68fd4689673ef8579fa6b30af (diff) |
Merge "Update vm_properties.py for encrypted password"
Diffstat (limited to 'values.yaml')
-rw-r--r-- | values.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml index 8a28e89..eccd684 100644 --- a/values.yaml +++ b/values.yaml @@ -35,6 +35,9 @@ debugEnabled: false ################################################################# config: +# openStackEncryptedPasswordHere should match the encrypted string used in SO and APPC and overridden per environment + openStackEncryptedPasswordHere: "c124921a3a0efbe579782cde8227681e" + # Demo configuration # Nexus demo artifact version. Maps to GLOBAL_INJECTED_ARTIFACTS_VERSION demoArtifactsVersion: "1.2.0-SNAPSHOT" @@ -147,4 +150,4 @@ persistence: accessMode: ReadWriteMany size: 2Gi mountPath: /dockerdata-nfs - mountSubPath: robot/logs
\ No newline at end of file + mountSubPath: robot/logs |