From af4a1a82aea201d33811b82fd7ddcadc18642cc7 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Jan 2018 16:54:17 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: I1573754c1af4d0b61679bc77906390f86020b304 --- 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