Cassandra keyspace was hard coded to rules. This needs to be configurable for use in environments where keyspace name is out of users control. Added option for keyspace to come in the cassandra storage configuration string passed in arguments. Defaults to rules as per previous behavior. Also update the comment to match the behavior of the ParseConfig function.
Cassandra keyspace was hard coded to
rules
. This needs to be configurable for use in environments where keyspace name is out of users control. Added option for keyspace to come in the cassandra storage configuration string passed in arguments. Defaults torules
as per previous behavior. Also update the comment to match the behavior of the ParseConfig function.