Updated from OpenStack Ansible Tests
Change-Id: Ib5c1bb97376a17d9d53b057bc930c01a4c082860
This commit is contained in:
parent
b21bec6c31
commit
8e4fcae406
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