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

OpenStack responds 200 when creating servers.

This commit is contained in:
Todd Willey 2011-06-15 18:27:32 -07:00 committed by geemus
parent 852ee37f85
commit 6eae9b6154

View file

@ -57,7 +57,7 @@ module Fog
end
request(
:body => data.to_json,
:expects => 202,
:expects => [200, 202],
:method => 'POST',
:path => 'servers.json'
)