From: seshukm Date: Sat, 1 Sep 2018 06:05:04 +0000 (+0800) Subject: fix IP with AAI DNS X-Git-Tag: 1.2.1~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0c5c12ce1b84a1a26362eac5c98d9eb47d8b0ec3;p=optf%2Fosdf.git fix IP with AAI DNS Change-Id: I85a78cc14dd3b5528c2aac03efc81f1c60647d2f Issue-ID: OPTFRA-316 Signed-off-by: seshukm --- diff --git a/osdf/optimizers/routeopt/simple_route_opt.py b/osdf/optimizers/routeopt/simple_route_opt.py index adf33e4..9560996 100644 --- a/osdf/optimizers/routeopt/simple_route_opt.py +++ b/osdf/optimizers/routeopt/simple_route_opt.py @@ -26,7 +26,9 @@ class RouteOpt: This values will need to deleted.. only added for the debug purpose """ - aai_host = "https:\\192.168.17.26:8443" + # DNS server and standard port of AAI.. + # TODO: read the port from the configuration and add to DNS + aai_host = "https://aai.api.simpledemo.onap.org:8443" aai_headers = { "X-TransactionId": "9999", "X-FromAppId": "OOF",