Merge "Updated from OpenStack Ansible Tests"

This commit is contained in:
Zuul 2018-01-23 12:06:57 +00:00 committed by Gerrit Code Review
commit b59c009019

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