Updated from OpenStack Ansible Tests

Change-Id: I48aab4e2606b62fd068e81487a508b238843fc2e
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:56:40 +00:00
parent d93c839f4a
commit 828b87971e
1 changed files with 2 additions and 0 deletions

2
Vagrantfile vendored
View File

@ -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