Use fog-libvirt facilities to create volumes for QEMU session.

This is supported since fog-libvirt 0.6.0 via https://github.com/fog/fog-libvirt/pull/60
This commit is contained in:
Vít Ondruch
2019-07-17 17:43:35 +02:00
parent c3af181c83
commit 608037c15c
5 changed files with 15 additions and 74 deletions

View File

@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rspec-expectations", "~> 3.5.0"
s.add_development_dependency "rspec-mocks", "~> 3.5.0"
s.add_runtime_dependency 'fog-libvirt', '>= 0.3.0'
s.add_runtime_dependency 'fog-libvirt', '>= 0.6.0'
s.add_runtime_dependency 'fog-core', '~> 2.1'
# Make sure to allow use of the same version as Vagrant by being less specific