[OOF] Fix AAI schema version from v19 to v21 32/122332/3
authornellix93 <aniellopaolo.malinconico@guest.telecomitalia.it>
Tue, 29 Jun 2021 11:49:01 +0000 (13:49 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 2 Jul 2021 05:59:24 +0000 (05:59 +0000)
AAI v19 version schema is deprecated

Change-Id: Iff6bb1332b0aba08ee0d1a691e44762f2539d809
Signed-off-by: nellix93 <aniellopaolo.malinconico@guest.telecomitalia.it>
Issue-ID: OOM-2766

kubernetes/oof/components/oof-has/resources/config/conductor.conf

index 18b60bb..7d724a5 100755 (executable)
@@ -240,7 +240,7 @@ server_url = https://{{.Values.config.aai.serviceName}}.{{ include "common.names
 #aai_retries = 3
 
 # The version of A&AI in v# format. (string value)
-server_url_version = v19
+server_url_version = v21
 
 # SSL/TLS certificate file in pem format. This certificate must be registered
 # with the A&AI endpoint. (string value)