From: KIRAN KASHALKAR Date: Sun, 4 Dec 2016 09:15:08 +0000 (-0500) Subject: RIFT-15134: launchpad has wrong hostname for account URL when using floatingip/NAT... X-Git-Tag: v1.0.2^0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=f38170cf9524bd2b0aeb3c6d64471c1b5878cbed RIFT-15134: launchpad has wrong hostname for account URL when using floatingip/NAT to access launchpad Signed-off-by: KIRAN KASHALKAR --- diff --git a/skyquake/plugins/accounts/src/account/accountSource.js b/skyquake/plugins/accounts/src/account/accountSource.js index d84b06da5..b17af40c2 100644 --- a/skyquake/plugins/accounts/src/account/accountSource.js +++ b/skyquake/plugins/accounts/src/account/accountSource.js @@ -42,7 +42,7 @@ module.exports = function(Alt) { type: 'POST', beforeSend: Utils.addAuthorizationStub, data: { - url: '/accounts/all?api_server=' + API_SERVER + url: 'accounts/all?api_server=' + API_SERVER }, success: function(data, textStatus, jqXHR) { Utils.checkAndResolveSocketRequest(data, resolve, reject);