Updated from OpenStack Ansible Tests

Change-Id: Icf2c47483c029f8fe8ff22fc46b4ef2815656378
This commit is contained in:
OpenStack Proposal Bot
2018-01-22 16:57:35 +00:00
parent 4c2f6b882f
commit 7ce74df366

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