Skip to content

Commit

Permalink
Merge pull request #489 from contiv/gaurav-dalvi-issue-486
Browse files Browse the repository at this point in the history
Resolving issue 486
  • Loading branch information
shaleman authored Aug 4, 2016
2 parents cac2330 + 25a3824 commit 4ead7cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
v.linked_clone = true if Vagrant::VERSION =~ /^1.8/
end

num_nodes = 2
num_nodes = 3
if ENV['CONTIV_NODES'] && ENV['CONTIV_NODES'] != "" then
num_nodes = ENV['CONTIV_NODES'].to_i
end
Expand Down

0 comments on commit 4ead7cb

Please sign in to comment.