Consistent writes and eventual consistent reads
diff --git a/cassandra.titan b/cassandra.titan
index 6c6670f..c36ecc0 100644
--- a/cassandra.titan
+++ b/cassandra.titan
@@ -3,3 +3,5 @@
 storage.keyspace=onos
 storage.connection-pool-size=4096
 storage.replication-factor=3
+storage.write-consistency-level=ALL
+storage.read-consistency-level=ONE