Skip to content

Commit

Permalink
Merge pull request #653 from DivyaVavili/vagrant_upd_check
Browse files Browse the repository at this point in the history
set vagrant box update to false
  • Loading branch information
unclejack authored Dec 21, 2016
2 parents a063024 + 0104745 commit 88f80b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ end

VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box_check_update = false
if ENV['CONTIV_NODE_OS'] && ENV['CONTIV_NODE_OS'] == "ubuntu" then
config.vm.box = "contiv/ubuntu1604-netplugin"
config.vm.box_version = "0.7.0"
Expand Down

0 comments on commit 88f80b8

Please sign in to comment.