Updated from OpenStack Ansible Tests

Change-Id: I7a8b64ec1dd16aeb9a168228bc6b5ad49bbe8be3
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 16:55:09 +00:00
parent deffb07f39
commit dd25cfcf50
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