From 8a5140e096b5c610099d49de57d278cfd79d6a7c Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Fri, 21 Aug 2020 12:45:10 +0200 Subject: [PATCH] TT#89451 Update ALE redirect URL to api.eds.al-enterprise.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 8/21/20 7:17 AM, Zhang Jason wrote: > For the RPS, we switched to new EDS domain: > https://api.eds.al-enterprise.com > > And for the previous domain name, > to keep compatibility, it’s still usable; We need to switch to new URL as old one works in backward compatibility mode only. Change-Id: I9c0db38a9422f32c79940fb79581d47c75e8fce5 (cherry picked from commit 94ef1fef2cd4a4629f22afab56959a8343868278) --- lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm b/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm index 8ef52615ce..cbf3d6c9d9 100644 --- a/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm +++ b/lib/NGCP/Panel/Utils/DeviceBootstrap/ALE.pm @@ -16,7 +16,7 @@ sub rpc_server_params{ my $self = shift; my $cfg = { proto => 'https', - host => 'api.rps.ce.al-enterprise.com', + host => 'api.eds.al-enterprise.com', path => 'api', }; $self->{rpc_server_params} = $cfg;