mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 10:08:40 -05:00
Don't return 503 for a valid GET /status request
This commit is contained in:
parent
389a80aece
commit
3b3d976570
1 changed files with 0 additions and 1 deletions
|
|
@ -207,7 +207,6 @@ module Vmpooler
|
|||
end
|
||||
|
||||
if result[:status][:empty]
|
||||
status 503
|
||||
result[:status][:ok] = false
|
||||
result[:status][:message] = "Found #{result[:status][:empty].length} empty pools."
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue