Updated from OpenStack Ansible Tests
Change-Id: I352f1e4c488749953c5b812a2ca14414f05e6226
This commit is contained in:
parent
b451b3c1b4
commit
68bcfddeb0
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