Updated from OpenStack Ansible Tests
Change-Id: Iea0bf4782a1e0359a08fe37383f57a9444eff0aa
This commit is contained in:
parent
3e1ee24783
commit
051d5c08e3
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user