knife-softlayer 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3d51b8d258b20544850b1c2b1a22048f78937bd1
4
- data.tar.gz: ab82260ed5dfaa416b8ba716a97a9f399fb83864
3
+ metadata.gz: 69172eab222d58307000a526aed004cd2c4dc010
4
+ data.tar.gz: f682f4f6f5f34de85c101939be7ccd623e72aba5
5
5
  SHA512:
6
- metadata.gz: f3d0234a90b0e03a653b2a5110ea640147bd579518df40b366be5e84fab9a9e320b7ee9b1d359a2879c1f4ac9577dc59d6c37d1c30c157b945453c8bacdbe40b
7
- data.tar.gz: 6de2221b0ae11ad0123b5c30bbfa32ec57c75ba05d1cd05182062ee044bf7b703d5e95d9752b6042a9fdacba8d8bb4797f9ddc4d2e9a2020588054fdc9d32998
6
+ metadata.gz: b95fd7b3217e123f81acedc41b82c2f3a873e6ff8fee6cc270cd727e419ef6c694802919509a76d8348088b6003fef30b026d3c64c5ab5f4ee4a02722e6a5882
7
+ data.tar.gz: ab0624255c9eb34d7c3669f7095260a5b41de29ed78b4b09fc4dfd3bc3282cf26289168a07db0b3b28e8edb0d6cd0e93eaa4836a7f86b90811e63999fe8a3210
@@ -60,7 +60,7 @@ class Chef
60
60
  :long => '--network-interface-speed VALUE',
61
61
  :short => '-n VALUE',
62
62
  :description => 'The maximum speed of the public NIC available to the instance.',
63
- :default => 10
63
+ :default => nil
64
64
 
65
65
  option :bill_monthly,
66
66
  :long => '--bill-monthly',
@@ -305,7 +305,6 @@ class Chef
305
305
  opts[:network_components] = [ {:speed => config[:nic]} ] if !!config[:nic]
306
306
 
307
307
  opts.delete_if { |k,v| v.nil? }
308
-
309
308
  puts ui.color("Launching SoftLayer VM, this may take a few minutes.", :green)
310
309
  instance = connection.servers.create(opts)
311
310
  if config[:private_network_only] || config[:use_private_network]
@@ -7,6 +7,6 @@
7
7
 
8
8
  module Knife
9
9
  module Softlayer
10
- VERSION = "0.4.1"
10
+ VERSION = "0.4.2"
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-softlayer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Eldridge