mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
terremark/requests/shutdown.rb expects a 204 response.
This commit is contained in:
parent
6227fda58a
commit
d9f28880a1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module Fog
|
|||
# * 'type'<~String> - type of owner
|
||||
def shutdown(vapp_id)
|
||||
request(
|
||||
:expects => 202,
|
||||
:expects => 204,
|
||||
:method => 'POST',
|
||||
:parser => Fog::Parsers::Terremark::Task.new,
|
||||
:path => "vApp/#{vapp_id}/power/action/shutdown"
|
||||
|
|
Loading…
Add table
Reference in a new issue