Skip to content

Commit

Permalink
Merge ab7fc0b into 5e0233c
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wendler committed Jul 10, 2019
2 parents 5e0233c + ab7fc0b commit 961a2f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions kitchen-openstack.gemspec
Expand Up @@ -13,16 +13,14 @@ Gem::Specification.new do |spec|
spec.description = "A Test Kitchen OpenStack Nova driver"
spec.summary = spec.description
spec.homepage = "https://github.com/test-kitchen/kitchen-openstack"
spec.license = "Apache"
spec.license = "Apache-2.0"

spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.0.0"

spec.add_dependency "test-kitchen", "~> 1.4", ">= 1.4.1"
spec.add_dependency "test-kitchen", ">= 1.4.1", "< 3"
spec.add_dependency "fog-openstack", "~> 0.1"
spec.add_dependency "unf"
spec.add_dependency "ohai"
Expand Down
2 changes: 1 addition & 1 deletion spec/kitchen/driver/openstack/volume_spec.rb
Expand Up @@ -55,7 +55,7 @@
let(:volume_model) do
{
id: "555",
status: "ACTIVE"
status: "ACTIVE",
# wait_for: true
# ready?: true
}
Expand Down

0 comments on commit 961a2f8

Please sign in to comment.