Piotr Maślanka vor 9 Jahren
Ursprung
Commit
ed054b1475
1 geänderte Dateien mit 0 neuen und 7 gelöschten Zeilen
  1. 0 7
      docs/configuration.rst

+ 0 - 7
docs/configuration.rst

@@ -637,7 +637,6 @@ Cassandra backend settings
 
 
         $ pip install pycassa
         $ pip install pycassa
 
 
-
 This backend requires the following configuration directives to be set.
 This backend requires the following configuration directives to be set.
 
 
 .. setting:: CASSANDRA_SERVERS
 .. setting:: CASSANDRA_SERVERS
@@ -649,10 +648,6 @@ List of ``host:port`` Cassandra servers. e.g.::
 
 
     CASSANDRA_SERVERS = ['localhost:9160']
     CASSANDRA_SERVERS = ['localhost:9160']
 
 
-Omit the ``port`` part when using new_cassandra. e.g.::
-
-    CASSANDRA_SERVERS = ['localhost']
-
 .. setting:: CASSANDRA_KEYSPACE
 .. setting:: CASSANDRA_KEYSPACE
 
 
 CASSANDRA_KEYSPACE
 CASSANDRA_KEYSPACE
@@ -699,8 +694,6 @@ use the ``TimeUUID`` type as a comparator::
 
 
     create column family task_results with comparator = TimeUUIDType;
     create column family task_results with comparator = TimeUUIDType;
 
 
-new_cassandra uses detailed mode by default, and that cannot be disabled.
-
 CASSANDRA_OPTIONS
 CASSANDRA_OPTIONS
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~