mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Bug #3898: Fix status code for /service/:id/action
This commit is contained in:
parent
6f776f6381
commit
69ba0d4c70
@ -258,7 +258,7 @@ post '/service/:id/action' do
|
||||
error CloudServer::HTTP_ERROR_CODE[rc.errno], rc.message
|
||||
end
|
||||
|
||||
status 201
|
||||
status 204
|
||||
end
|
||||
|
||||
put '/service/:id/role/:name' do
|
||||
|
Loading…
x
Reference in New Issue
Block a user