diff options
author | Michael Lando <ml636r@att.com> | 2018-05-02 11:04:01 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-02 11:04:01 +0300 |
commit | b14f557288858d5d7675b2359ca8bed09a70da0d (patch) | |
tree | e77ead8a5c1e4acf941a30c502ab002d51ff1fdc /catalog-be/sdc-backend/chef-repo | |
parent | 7bfc8089071c675b2dcdf557a896ffe4cf6953b0 (diff) |
fix catalog be startup
Change-Id: I9f80f79c908e046f68a7f9a6ce16e7f1e811b09b
Issue-ID: SDC-1284
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/sdc-backend/chef-repo')
-rw-r--r-- | catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/recipes/BE_2_setup_configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |