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:
parent
852ee37f85
commit
6eae9b6154
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module Fog
|
|||
end
|
||||
request(
|
||||
:body => data.to_json,
|
||||
:expects => 202,
|
||||
:expects => [200, 202],
|
||||
:method => 'POST',
|
||||
:path => 'servers.json'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue