knife-cloudstack-fog 0.2.11 → 0.2.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -160,6 +160,9 @@ class Chef
160
160
  rescue Errno::EHOSTUNREACH
161
161
  sleep 2
162
162
  false
163
+ rescue Errno::ENETUNREACH
164
+ sleep 30
165
+ false
163
166
  ensure
164
167
  tcp_socket && tcp_socket.close
165
168
  end
@@ -1,6 +1,6 @@
1
1
  module Knife
2
2
  module Cloudstack
3
- VERSION = "0.2.11"
3
+ VERSION = "0.2.12"
4
4
  MAJOR, MINOR, TINY = VERSION.split('.')
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knife-cloudstack-fog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.11
4
+ version: 0.2.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: