summaryrefslogtreecommitdiffstats
path: root/components/aai-graphadmin/resources/config/janusgraph-realtime.properties
diff options
context:
space:
mode:
Diffstat (limited to 'components/aai-graphadmin/resources/config/janusgraph-realtime.properties')
-rw-r--r--components/aai-graphadmin/resources/config/janusgraph-realtime.properties12
1 files changed, 6 insertions, 6 deletions
diff --git a/components/aai-graphadmin/resources/config/janusgraph-realtime.properties b/components/aai-graphadmin/resources/config/janusgraph-realtime.properties
index 95e1939..923611d 100644
--- a/components/aai-graphadmin/resources/config/janusgraph-realtime.properties
+++ b/components/aai-graphadmin/resources/config/janusgraph-realtime.properties
@@ -20,16 +20,16 @@ query.smart-limit=false
{{ if .Values.global.config.cluster.cassandra.dynamic }}
-storage.backend=cassandra
+storage.backend=cql
storage.hostname={{.Values.global.cassandra.serviceName}}
-storage.cassandra.keyspace=aaigraph
+storage.cql.keyspace=aaigraph
storage.username={{.Values.global.cassandra.username}}
storage.password={{.Values.global.cassandra.password}}
-storage.cassandra.read-consistency-level=LOCAL_QUORUM
-storage.cassandra.write-consistency-level=LOCAL_QUORUM
-storage.cassandra.replication-factor={{.Values.global.cassandra.replicas}}
-storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.SimpleStrategy
+storage.cql.read-consistency-level=LOCAL_QUORUM
+storage.cql.write-consistency-level=LOCAL_QUORUM
+storage.cql.replication-factor={{.Values.global.cassandra.replicas}}
+storage.cql.only-use-local-consistency-for-system-operations=true
{{ else }}