Updated from OpenStack Ansible Tests

Change-Id: I3fb6d8676bf4cf9a97aa1cac8b54f54408b85398
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:55:38 +00:00
parent bed15ae1a0
commit f84b84e57b
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