Updated from OpenStack Ansible Tests

Change-Id: I9f8f34984a33161b3aa83e58d006ebc84cb87119
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:58:01 +00:00
parent 13344f6710
commit 8c80a04f1d
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