mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[cloudsigma] Fix create request not expecting status 201
This commit is contained in:
parent
e61b81bf49
commit
a77ccfbd1d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ module Fog
|
|||
end
|
||||
|
||||
def create_request(path, data, override_params={})
|
||||
default_params = {:method => 'POST', :expects => [200, 202]}
|
||||
default_params = {:method => 'POST', :expects => [200, 201, 202]}
|
||||
|
||||
override_params[:path] = path
|
||||
override_params[:body] = data
|
||||
|
|
Loading…
Add table
Reference in a new issue