fix IP with AAI DNS 83/64083/1
authorseshukm <seshu.kumar.m@huawei.com>
Sat, 1 Sep 2018 06:05:04 +0000 (14:05 +0800)
committerseshukm <seshu.kumar.m@huawei.com>
Sat, 1 Sep 2018 06:05:04 +0000 (14:05 +0800)
Change-Id: I85a78cc14dd3b5528c2aac03efc81f1c60647d2f
Issue-ID: OPTFRA-316
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
osdf/optimizers/routeopt/simple_route_opt.py

index adf33e4..9560996 100644 (file)
@@ -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",