From 65f190fb3c6bb26a27758df759a00a5059a22934 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Mon, 22 Jan 2018 16:55:29 +0000 Subject: [PATCH] Updated from OpenStack Ansible Tests Change-Id: Ia9eecf4bc842a8204f7ac9ca596457254ef62044 --- Vagrantfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 7d8c27a0..79d67de4 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