| commit | aae995598bd079aa048394ddfb1508138d719b57 | [log] [tgz] |
|---|---|---|
| author | Carlos Frias <friasc@google.com> | Wed Feb 22 16:20:55 2017 -0500 |
| committer | Carlos Frias <friasc@google.com> | Wed Feb 22 16:20:55 2017 -0500 |
| tree | 00d082de05ce20aebfe511e602ffea8575ca03e1 | |
| parent | b1e9ed08f44f7ee1514c87f99a62edb0c50ace05 [diff] |
Removed unneeded command.
diff --git a/templates/update_replication_factor.cql.j2 b/templates/update_replication_factor.cql.j2 index c883e60..26f9496 100644 --- a/templates/update_replication_factor.cql.j2 +++ b/templates/update_replication_factor.cql.j2
@@ -1,3 +1,2 @@ -USE {{ keyspace }}; CONSISTENCY {{ consistency }}; ALTER KEYSPACE {{ keyspace }} WITH REPLICATION = { 'class': 'NetworkTopologyStrategy', 'dc-1': {{ replication_factor }}, 'dc-2': {{ replication_factor }} };