1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

details sometimes fails with a not-found

This commit is contained in:
Evan Petrie 2013-11-04 18:12:56 -08:00
parent b6c45d837e
commit dd69654a5d

View file

@ -20,6 +20,8 @@ module Fog
def details
service.get_host_details(self.host_name).body['host']
rescue Fog::Compute::OpenStack::NotFound
nil
end
end