From 88dd69e012dfa0f06bb04ae6cdce33bcade4cb3f Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Thu, 17 Dec 2015 16:04:23 +0100 Subject: [PATCH] MT#16107 Provide firmware.booturl in bootstrap Change-Id: I296c6b465af4219d4c73598692eec4bdee411e24 --- lib/NGCP/Panel/Controller/Device.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/NGCP/Panel/Controller/Device.pm b/lib/NGCP/Panel/Controller/Device.pm index 180de0d9ed..f4982e7b6c 100644 --- a/lib/NGCP/Panel/Controller/Device.pm +++ b/lib/NGCP/Panel/Controller/Device.pm @@ -1496,6 +1496,8 @@ sub dev_field_bootstrap :Chained('/') :PathPart('device/autoprov/bootstrap') :Ar # device to upgrade the firmware baseurl => "http://" . $c->req->uri->host . ":" . $c->req->uri->port . "/device/autoprov/firmware", + booturl => "http://" . $c->req->uri->host . ":" . + $c->req->uri->port . "/device/autoprov/firmware", }, };