beaker-openstack 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmE3YmFkMGYzNmQ4ZTczZDc1NTdiNTVkNzk3NzIyNDhjMDc4YTcwMg==
4
+ MDJjYjZkYjUwOTBmOWQyZDg5ZDU2YTU3MjFiNDBmNDQzN2U0M2Q1NA==
5
5
  data.tar.gz: !binary |-
6
- MTc5NGQwNTAwNTI1MGFlODZlM2Q2MzNhNGFkOGJhNjkxNTg2NzM5YQ==
6
+ ZTRlZjczNzlhNDIxYmJlYzNlZDdmMjQ3YWMxMjIyOWRkYzc2NTFmMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- N2Q2YjZlYmVmMDQwMzMzMTI5ZTY4OTUyMzlmNWEwNjg0NzljY2Q1ZjhiMTcx
10
- MGRhN2Y3OTllOGQ3YmE3ZDU0NzJmZTI4ZWQwOTJkOTI3ZmE4OWE4NmI4ZWFh
11
- NDYyNDgwNGI5N2Q5ZGIxYmRhNjJlMjYyNzY2ZjU1ZDU1ZTk3ODA=
9
+ OWJhMGI4YjAxMDAwY2QxZjMwMzY5ZjE5ZTU4NmMyNzU4MDc4NzExYTllZDEy
10
+ NTViZjFmZjhiZGMyMjVhYzlkYzE5MDQyMDlhYjAzM2ZkOTk2YWFmZDQxMTA0
11
+ MDU3OWVjYzQzNjIyZjE0ZjM2ZjgwZjIyM2JjMzE0OWI0YTU4ZTM=
12
12
  data.tar.gz: !binary |-
13
- MWY4YWRkY2U2MzlmMTRlMjUwMWY2MTVhM2JmODkzNDdhNDc1NjUzNDUzZjNk
14
- MTQ0ZDkyNjVlZTUzZTMzODUyOGQ5ZDY1ZWM1Y2Y3YmMwM2EyMjY1ZmZkNmRj
15
- ZTg3OGZhMmE2ODJjMjE0OGE2M2Q4MWY2NGU2NDllMmIxMmIyYzc=
13
+ YzZlYWFhMzY0MjUxNzI4NmVlYWE1ZDlmNGM4N2Q0NTNmMDY2Y2JjZWIyODA4
14
+ YzcyMGY0OTRjMzFhN2VjYjliNTk2NjRkZjIwMTRiMmFmMDk5NDM1YjU2ODQy
15
+ YTk2MmI0YzI1ZmMwMzBhYzg1Y2I4OTQ4ZGYwYjRkNzIxZmUwMjY=
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
32
32
 
33
33
  # Run time dependencies
34
34
  s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
35
- s.add_runtime_dependency 'fog', '~> 1.38'
35
+ s.add_runtime_dependency 'fog-openstack', '>= 0'
36
36
 
37
37
  end
38
38
 
@@ -1,3 +1,3 @@
1
1
  module BeakerOpenstack
2
- VERSION = '0.1.0'
2
+ VERSION = '0.2.0'
3
3
  end
@@ -23,7 +23,7 @@ module Beaker
23
23
  #@option options [String] :project Added as metadata to each OpenStack instance
24
24
  #@option options [Integer] :timeout The amount of time to attempt execution before quiting and exiting with failure
25
25
  def initialize(openstack_hosts, options)
26
- require 'fog'
26
+ require 'fog/openstack'
27
27
  @options = options
28
28
  @logger = options[:logger]
29
29
  @hosts = openstack_hosts
@@ -1,5 +1,5 @@
1
1
  require 'spec_helper'
2
- require 'fog'
2
+ require 'fog/openstack'
3
3
 
4
4
  module Beaker
5
5
  describe Openstack do
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-openstack
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rishi Javia, Kevin Imber, Tony Vu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-28 00:00:00.000000000 Z
11
+ date: 2018-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -151,19 +151,19 @@ dependencies:
151
151
  - !ruby/object:Gem::Version
152
152
  version: 0.0.0
153
153
  - !ruby/object:Gem::Dependency
154
- name: fog
154
+ name: fog-openstack
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ~>
157
+ - - ! '>='
158
158
  - !ruby/object:Gem::Version
159
- version: '1.38'
159
+ version: '0'
160
160
  type: :runtime
161
161
  prerelease: false
162
162
  version_requirements: !ruby/object:Gem::Requirement
163
163
  requirements:
164
- - - ~>
164
+ - - ! '>='
165
165
  - !ruby/object:Gem::Version
166
- version: '1.38'
166
+ version: '0'
167
167
  description: For use for the Beaker acceptance testing tool
168
168
  email:
169
169
  - rishi.javia@puppet.com, kevin.imber@puppet.com, tony.vu@puppet.com
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
205
205
  version: '0'
206
206
  requirements: []
207
207
  rubyforge_project:
208
- rubygems_version: 2.4.6
208
+ rubygems_version: 2.4.8
209
209
  signing_key:
210
210
  specification_version: 4
211
211
  summary: Beaker DSL Extension Helpers!