Updated from OpenStack Ansible Tests

Change-Id: I50fb59ed467b6566b56326c81cb0955ed81d8075
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:57:04 +00:00 committed by Markos Chandras
parent ef32ada3e4
commit a63122f8fd

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