mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update to not raise exception if service is not active or not present.
This commit is contained in:
parent
fb0115369a
commit
ad9433fe00
1 changed files with 0 additions and 2 deletions
|
@ -189,8 +189,6 @@ module Fog
|
|||
endpoint_url = endpoint['publicURL'] if endpoint
|
||||
raise "Unable to retrieve endpoint service url for availability zone '#{avl_zone}' from service catalog. " if endpoint_url.nil?
|
||||
return endpoint_url
|
||||
else
|
||||
raise "Unable to retrieve service item for '#{service_type}' from service catalog."
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue