diff options
author | Areli, Fuss (af732p) <af732p@att.com> | 2018-05-09 15:45:03 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-09-05 14:55:27 +0000 |
commit | efa3326060ac9ec70971eb7cd938c467bf76e3f5 (patch) | |
tree | 859d7e635301a4b759ae68d0b3b4d7d61815da16 /test-apis-ci/sdc-api-tests/chef-repo | |
parent | 5c9769c3e3a6d6675c5ec1bd450720791ef2793c (diff) |
Configuration adjustments
Configuration adjustments after CI
Change-Id: Id2d59ae76178f58cae6e1928a29039b2ea3b3dfa
Issue-ID: SDC-1299
Signed-off-by: Areli, Fuss (af732p) <af732p@att.com>
Diffstat (limited to 'test-apis-ci/sdc-api-tests/chef-repo')
-rw-r--r-- | test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/recipes/sanityApiTests_2_setup_configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/recipes/sanityApiTests_2_setup_configuration.rb b/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/recipes/sanityApiTests_2_setup_configuration.rb index f2c295ceea..7321155232 100644 --- a/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/recipes/sanityApiTests_2_setup_configuration.rb +++ b/test-apis-ci/sdc-api-tests/chef-repo/cookbooks/sdc-api-tests/recipes/sanityApiTests_2_setup_configuration.rb @@ -40,4 +40,4 @@ template "titan.properties" do :rep_factor => replication_factor, :DC_NAME => node['cassandra']['datacenter_name']+node.chef_environment }) -end
\ No newline at end of file +end |