From a16e65da4a450086a81f2c8768e6378f2d38238d Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Jan 2018 16:53:55 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Idcfff8f6f28479ff2be0d68374aa4a36162b4844 --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 7d8c27a..79d67de 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,6 +20,8 @@ Vagrant.configure(2) do |config| v.cpus = 2 end + config.vm.synced_folder ".", "/vagrant", type: "rsync" + config.vm.provision "shell", privileged: false, inline: <<-SHELL