From b14f557288858d5d7675b2359ca8bed09a70da0d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 2 May 2018 11:04:01 +0300 Subject: fix catalog be startup Change-Id: I9f80f79c908e046f68a7f9a6ce16e7f1e811b09b Issue-ID: SDC-1284 Signed-off-by: Michael Lando --- .../cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-be') diff --git a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb index 8a44bc776c..aef8086788 100644 --- a/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb +++ b/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb @@ -48,7 +48,7 @@ template "catalog-be-config" do :cassandra_usr => node['cassandra'][:cassandra_user], :cassandra_truststore_password => node['cassandra'][:truststore_password], :cassandra_ssl_enabled => "#{ENV['cassandra_ssl_enabled']}", - :dcae_fe_vip => default['DCAE_FE_VIP'] + :dcae_fe_vip => node['DCAE_FE_VIP'] }) end -- cgit 1.2.3-korg