fog-softlayer 0.3.8 → 0.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/lib/fog/softlayer/models/compute/server.rb +3 -3
- data/lib/fog/softlayer/version.rb +1 -1
- data/tests/helper.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MzZlM2IxNmJkYmZkNzUzMzQwZDgxNDYxOGVjYTE1YzMwNjNiNDNkMQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZTUyMzNiZmFlZGI3MDI2OThjYjAyMjgwYTNjNjdiNWY4MzZmYzA0ZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZGU0ODY3MTRhMWM0NmM1MGIwZjNkNjU1NDBmMTNlZDZiODI0ZDQxMTI2YWYz
|
10
|
+
YTYyNjk4YzI3ZGMwNDY5ZWY5Y2Q3MDU3OWNlOGViYWU3MWJjMTRlZDlkYzk5
|
11
|
+
MzYwNWQyYzBmZmVjYmIyYTlkOWUzYzg2ODQ2NzI0ZTU2MTdhNTU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YzUwNjNlOGY1NzljZGM4MWEwMzNiNjNkYjcwNTE3ODAyM2ZkNDg3YTdlMTBm
|
14
|
+
ZjI5MmFkZmE0NDc5YWExOGU5YjA4YTgyM2E0OTg5NTVhMDBlNGMyMzE3NzBm
|
15
|
+
MzQyNWNkYzk5NGY1ZGI5ZjFkYjU2YmUzYzA1Y2FjY2Q1M2NhODc=
|
@@ -19,13 +19,13 @@ module Fog
|
|
19
19
|
attribute :fqdn, :aliases => 'fullyQualifiedDomainName'
|
20
20
|
attribute :cpu, :aliases => ['startCpus', 'processorCoreAmount']
|
21
21
|
attribute :ram, :aliases => ['maxMemory', 'memory']
|
22
|
-
attribute :disk, :aliases => ['blockDevices','hardDrives']
|
22
|
+
attribute :disk, :aliases => ['blockDevices','hardDrives']
|
23
23
|
attribute :private_ip, :aliases => 'primaryBackendIpAddress'
|
24
24
|
attribute :public_ip, :aliases => 'primaryIpAddress'
|
25
25
|
attribute :flavor_id
|
26
26
|
attribute :bare_metal, :type => :boolean
|
27
27
|
attribute :os_code
|
28
|
-
attribute :image_id
|
28
|
+
attribute :image_id
|
29
29
|
attribute :ephemeral_storage, :aliases => 'localDiskFlag'
|
30
30
|
attribute :key_pairs, :aliases => 'sshKeys'
|
31
31
|
|
@@ -37,7 +37,7 @@ module Fog
|
|
37
37
|
|
38
38
|
# Metadata
|
39
39
|
attribute :account_id, :aliases => 'accountId', :type => :integer
|
40
|
-
attribute :datacenter, :aliases => 'datacenter'
|
40
|
+
attribute :datacenter, :aliases => 'datacenter'
|
41
41
|
attribute :single_tenant, :aliases => 'dedicatedAccountHostOnlyFlag'
|
42
42
|
attribute :global_identifier, :aliases => 'globalIdentifier'
|
43
43
|
attribute :hourly_billing_flag, :aliases => 'hourlyBillingFlag'
|
data/tests/helper.rb
CHANGED
@@ -22,7 +22,7 @@ end
|
|
22
22
|
ENV['FOG_RC'] = ENV['FOG_RC'] || File.expand_path('../.fog', __FILE__)
|
23
23
|
ENV['FOG_CREDENTIAL'] = ENV['FOG_CREDENTIAL'] || 'default'
|
24
24
|
|
25
|
-
require 'fog'
|
25
|
+
require 'fog/core'
|
26
26
|
|
27
27
|
Excon.defaults.merge!(:debug_request => true, :debug_response => true)
|
28
28
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fog-softlayer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Eldridge
|
@@ -370,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
370
370
|
version: '0'
|
371
371
|
requirements: []
|
372
372
|
rubyforge_project:
|
373
|
-
rubygems_version: 2.
|
373
|
+
rubygems_version: 2.2.2
|
374
374
|
signing_key:
|
375
375
|
specification_version: 4
|
376
376
|
summary: This library can be used as a module for `fog` or as standalone provider
|