Merge "Vagrantfile: Use rsync to copy working directory to VM"

This commit is contained in:
Zuul 2018-02-02 11:45:56 +00:00 committed by Gerrit Code Review
commit 7d077736ed

2
Vagrantfile vendored
View File

@ -26,6 +26,8 @@ Vagrant.configure(2) do |config|
v.cpus = 4
end
config.vm.synced_folder ".", "/vagrant", type: "rsync"
# Configure the disk size.
disk_size = "60GB"