Updated from OpenStack Ansible Tests

Change-Id: If04db9aff2875b842614c73b0ecc6fb63c7e493b
This commit is contained in:
OpenStack Proposal Bot 2018-02-14 16:59:05 +00:00
parent 1d55c75816
commit 9119c4a9b2
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