From: LaMont, William (wl2432) Date: Wed, 10 Apr 2019 13:41:49 +0000 (-0400) Subject: add v16 to cacher repo X-Git-Tag: 1.1.0~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4801ee21d043f724ded1ab55e544770f029380b7;p=aai%2Fcacher.git add v16 to cacher repo Issue-ID: AAI-2324 Change-Id: Ieac5f66d0533733169f9e579cce22a6bc3e8ad83 Signed-off-by: LaMont, William (wl2432) --- diff --git a/src/main/resources/etc/appprops/initialcachekeyconfig.json b/src/main/resources/etc/appprops/initialcachekeyconfig.json index d2bb66d..08a2ea8 100644 --- a/src/main/resources/etc/appprops/initialcachekeyconfig.json +++ b/src/main/resources/etc/appprops/initialcachekeyconfig.json @@ -4,7 +4,7 @@ { "cacheKey": "cloud-region", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v14/", + "module": "/aai/v16/", "URI": "cloud-infrastructure/cloud-regions?depth=0&resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", @@ -13,7 +13,7 @@ { "cacheKey": "complex", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v14/", + "module": "/aai/v16/", "URI": "cloud-infrastructure/complexes?resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", @@ -22,7 +22,7 @@ { "cacheKey": "pserver", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v14/", + "module": "/aai/v16/", "URI": "cloud-infrastructure/pservers?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET", @@ -31,7 +31,7 @@ { "cacheKey": "generic-vnf", "baseUrl": "https://AAI:AAI@localhost:8447", - "module": "/aai/v14/", + "module": "/aai/v16/", "URI": "network/generic-vnfs?depth=5807c3c3-92cd-44d7-a508-8539cd36ecda&resultIndex=1&resultSize=3", "timingIndicator": "onInit", "httpMethod": "GET",