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 +4 -4
- data/lib/chef/knife/softlayer_server_create.rb +1 -2
- data/lib/knife-softlayer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69172eab222d58307000a526aed004cd2c4dc010
|
4
|
+
data.tar.gz: f682f4f6f5f34de85c101939be7ccd623e72aba5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 =>
|
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]
|