Updated from OpenStack Ansible Tests

Change-Id: Ia9eecf4bc842a8204f7ac9ca596457254ef62044
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:55:29 +00:00
parent fca90c2398
commit 65f190fb3c

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