Updated from OpenStack Ansible Tests

Change-Id: Icc3cdbe2a915fb8ed78fe59f0104932d55be7727
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:54:28 +00:00
parent d70fe3107f
commit 816b98d6be
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