diff options
author | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-10-21 10:54:28 +0300 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2020-10-21 10:54:28 +0300 |
commit | 6b84093088b77a10764693760d83541b64e3d784 (patch) | |
tree | 0ffcca031208b5e1be21d381b9c5173d5d4a8294 /components/model-catalog/blueprint-model/service-blueprint/vFW | |
parent | 576f81eedeed766f28ffa0f5841dd40507e48b24 (diff) |
Update AAI endpoints to /aai/v22 for Honolulu
- Update all /aai/v21 references to /aai/v22 for Honolulu - note
that the previous https://gerrit.onap.org/r/c/ccsdk/cds/+/114057
was for Guilin only
Issue-ID: CCSDK-2914
Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>
Change-Id: I8103b12610a9de7263789a0852140f2f0bb09393
Diffstat (limited to 'components/model-catalog/blueprint-model/service-blueprint/vFW')
-rw-r--r-- | components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json index 54eeaaca0..43782a4a2 100644 --- a/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json +++ b/components/model-catalog/blueprint-model/service-blueprint/vFW/Definitions/resources_definition_types.json @@ -1347,7 +1347,7 @@ "properties" : { "type" : "JSON", "verb" : "GET", - "url-path" : "/aai/v21/network/generic-vnfs/generic-vnf/$vnf-id", + "url-path" : "/aai/v22/network/generic-vnfs/generic-vnf/$vnf-id", "path" : "", "input-key-mapping" : { "vnf-id" : "vnf-id" |