Project

General

Profile

« Previous | Next » 

Revision 26e2d30d

Added by Amos Benari almost 12 years ago

  • ID 26e2d30d0501954100e7286b9502e132e3f1d76a

fixes #1575 error 404 on dhcp proxy

View differences:

app/models/orchestration.rb
failure "DHCP has a lease at #{e}"
rescue RestClient::Exception => e
task.status = "failed"
failure "#{task.name} task failed with the following error: #{e.response}"
failure "#{task.name} task failed with the following error: #{proxy_error e}"
rescue => e
task.status = "failed"
failure "#{task.name} task failed with the following error: #{e}"

Also available in: Unified diff