Multi-tenant Mode Parameters See the section Multi-Tenant Configuration for details on configuring and operating Doradus single- and multi-tenant modes. Below is a reference of the parameters that affect multi-tenant operation: multitenant_mode: false This parameter controls whether Doradus operates in single-tenant mode (false) or multi-tenant mode (true). disable_default_keyspace: false When Doradus is operating in multi-tenant mode, this parameter controls whether access to the default tenant is allowed. keyspace: Doradus This parameter defines the name of the default tenant. ks_defaults: - strategy_class: SimpleStrategy - strategy_options: - replication_factor: "1" - durable_writes: true This parameter group is used when creating both the default tenant and new tenants in multi-tenant mode. Note that when multi-tenant mode is enabled, use_cql must be set to true, and dbuser and dbpassword must be set to the credentials for a Cassandra super user account. These parameters are described later.