Signed-off-by: Joe Stringer <[email protected]>
---
Vagrantfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Vagrantfile b/Vagrantfile
index dab03de56fac..a3d444d366ba 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -65,5 +65,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
fedora.vm.provision "test_ovs_kmod", type: "shell", inline: $test_kmod
fedora.vm.provision "test_ovs_system_userspace", type: "shell", inline:
$test_ovs_system_userspace
fedora.vm.provision "install_rpm", type: "shell", inline: $install_rpm
+ fedora.vm.synced_folder ".", "/vagrant", type: "rsync",
+ rsync__exclude: [ ".git/", "_build-gcc", "_build-clang", "_run"]
end
end
--
2.8.2
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev