Skip to content

Commit

Permalink
Merge pull request #187 from ceph/mergify/bp/pacific/pr-184
Browse files Browse the repository at this point in the history
tests: address a warning deprecation (vagrant) (backport #184)
  • Loading branch information
guits authored Feb 8, 2023
2 parents 8d3ceb8 + f67e1e9 commit fd4b843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Vagrant.configure('2') do |config|
config.ssh.username = 'vagrant'
config.vm.provider :libvirt do |lv|
lv.cpu_mode = 'host-passthrough'
lv.volume_cache = 'unsafe'
lv.disk_driver :cache => 'unsafe'
lv.graphics_type = 'none'
lv.cpus = 4
end
Expand Down

0 comments on commit fd4b843

Please sign in to comment.