re base code
[sdc.git] / test-apis-ci / sdc-api-tests / chef-repo / cookbooks / sdc-api-tests / recipes / sanityApiTests_2_setup_configuration.rb
index 337ce9a..f2c295c 100644 (file)
@@ -38,6 +38,6 @@ template "titan.properties" do
       :CASSANDRA_PWD => node['cassandra'][:cassandra_password],
       :CASSANDRA_USR => node['cassandra'][:cassandra_user],
       :rep_factor => replication_factor,
-      :DC_NAME      => node['cassandra'][:cluster_name]+node.chef_environment
+      :DC_NAME      => node['cassandra']['datacenter_name']+node.chef_environment
    })
 end
\ No newline at end of file