diff options
-rw-r--r-- | osdf/optimizers/routeopt/simple_route_opt.py | 4 |
1 files changed, 3 insertions, 1 deletions
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", |