diff options
author | Michael Lando <ml636r@att.com> | 2017-06-11 23:07:10 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-06-12 01:11:06 +0300 |
commit | b8cd171e888b894abeeb68e08e1b60b53bacd636 (patch) | |
tree | 15d455244a053f1027459e9b33be61fb976d0db9 /asdctool/src/main/resources | |
parent | b3d4898d9e8452ea0b8d848c048e712d43b8d9a3 (diff) |
[SDC] configuration fix for conformance level
Change-Id: Ic7adb2035c50deda7823018d7a5df3ab2ddd4a2b
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'asdctool/src/main/resources')
-rw-r--r-- | asdctool/src/main/resources/config/configuration.yaml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/asdctool/src/main/resources/config/configuration.yaml b/asdctool/src/main/resources/config/configuration.yaml index beca6c98aa..b998e2cf1f 100644 --- a/asdctool/src/main/resources/config/configuration.yaml +++ b/asdctool/src/main/resources/config/configuration.yaml @@ -24,6 +24,8 @@ beSslPort: 8443 version: 1.0 released: 2012-11-30 +toscaConformanceLevel: 3.0 +minToscaConformanceLevel: 3.0 titanCfgFile: src\main\resources\config\titan.properties titanMigrationKeySpaceCfgFile: src\main\resources\config\titan-migration.properties @@ -495,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 |