mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[compute|stormondemand] fix namespace issue
This commit is contained in:
parent
167b7c50cf
commit
2624c07f4a
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ module Fog
|
|||
response.body = JSON.parse(response.body)
|
||||
end
|
||||
if response.body.keys.include?('full_error')
|
||||
raise(Fog::StormOnDemand::Compute::Error, response.body.inspect)
|
||||
raise(Fog::Compute::StormOnDemand::Error, response.body.inspect)
|
||||
end
|
||||
response
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue