diff options
author | Michael Lando <ml636r@att.com> | 2017-06-11 22:11:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-06-11 22:11:54 +0000 |
commit | 5f4be2fbc1e6fe09b53ce96e5204bf2b4ad9f472 (patch) | |
tree | 15d455244a053f1027459e9b33be61fb976d0db9 | |
parent | 60968c0c4c627bf0d6919c84420e60da5417ed17 (diff) | |
parent | b8cd171e888b894abeeb68e08e1b60b53bacd636 (diff) |
Merge "[SDC] configuration fix for conformance level"
-rw-r--r-- | asdctool/src/main/resources/config/configuration.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asdctool/src/main/resources/config/configuration.yaml b/asdctool/src/main/resources/config/configuration.yaml index c87171519a..b998e2cf1f 100644 --- a/asdctool/src/main/resources/config/configuration.yaml +++ b/asdctool/src/main/resources/config/configuration.yaml @@ -497,9 +497,9 @@ cassandraConfig: cassandraHosts: ['localhost'] localDataCenter: reconnectTimeout : 30000 - authenticate: false - username: koko - password: bobo + authenticate: true + username: asdc_user + password: Aa1234%^! ssl: false truststorePath : /path/path truststorePassword : 123123 |