refactor set_domain_name to avoid duplicate names when running multiple guests.

This commit is contained in:
Bradley Smith
2014-07-04 10:47:29 -06:00
parent 53612a439e
commit 0e9458db6c
3 changed files with 34 additions and 19 deletions

View File

@@ -16,6 +16,10 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = VagrantPlugins::ProviderLibvirt::VERSION
gem.add_development_dependency "rspec-core", "~> 2.12.2"
gem.add_development_dependency "rspec-expectations", "~> 2.12.1"
gem.add_development_dependency "rspec-mocks", "~> 2.12.1"
gem.add_runtime_dependency 'fog', '~> 1.15'
gem.add_runtime_dependency 'ruby-libvirt', '~> 0.4.0'
gem.add_runtime_dependency 'nokogiri', '~> 1.5.9'