Updated from OpenStack Ansible Tests

Change-Id: I247a997773b82af953719f2908a374242d40830c
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:53:18 +00:00
parent 107753e7d8
commit ff5aacb0eb

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