Updated from OpenStack Ansible Tests

Change-Id: Ic012a3083588e866f2a9e605586d62548ba1c847
This commit is contained in:
OpenStack Proposal Bot
2018-01-22 16:53:30 +00:00
parent c43baa4539
commit dc3d1aba6b

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