diff options
author | talig <talig@amdocs.com> | 2017-11-02 13:04:10 +0200 |
---|---|---|
committer | talig <talig@amdocs.com> | 2017-11-02 13:04:10 +0200 |
commit | 6c38d5077177961856446f82b6190e11ffcf0fc7 (patch) | |
tree | 2636d71768a55edd3e1b705145c3b9f4a2e3126a /openecomp-be | |
parent | ba2816ca1185253eb0754503f6400355adc441ba (diff) |
Fix Zusammen Configuration
Change-Id: Ie9584f75df55f5bdc4b18216439e15cdc8f0be53
Issue-ID: SDC-578
Signed-off-by: talig <talig@amdocs.com>
Diffstat (limited to 'openecomp-be')
-rw-r--r-- | openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json b/openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json index e90d80f016..638695a7df 100644 --- a/openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json +++ b/openecomp-be/lib/openecomp-core-lib/openecomp-zusammen-lib/openecomp-zusammen-plugin/src/main/resources/zusammen.json @@ -1,6 +1,6 @@ { + "level": 10, "configuration": { - "level": 10, "plugins": { "zusammen_state_store": { "implementationClass": "org.openecomp.core.zusammen.plugin.main.CassandraStateStorePluginImpl" @@ -15,9 +15,6 @@ "public.url": "C:\\git\\public" } } - }, - "properties": { - } } }
\ No newline at end of file |