diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-09-20 02:30:01 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-09-20 02:30:01 -0700 |
commit | 7f98929e9551b8c5189510c51352630740c49ee8 (patch) | |
tree | dffd05897d23be4dc9de38fb17604c2f2e338a82 /kubernetes/oof/charts/oof-has/resources/config | |
parent | 53aab54ec909b6aeea9f6d2b62d736f0e8c8e171 (diff) |
Migrate OOF to v14 AAI schema
Updated the version to v14 in conductor.conf
Change-Id: Id6586237dc0a7f1fd15a524dd030cbf868fb5010
Issue-ID: OPTFRA-355
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'kubernetes/oof/charts/oof-has/resources/config')
-rwxr-xr-x | kubernetes/oof/charts/oof-has/resources/config/conductor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oof/charts/oof-has/resources/config/conductor.conf b/kubernetes/oof/charts/oof-has/resources/config/conductor.conf index 17d5f2866f..00a65ce30d 100755 --- a/kubernetes/oof/charts/oof-has/resources/config/conductor.conf +++ b/kubernetes/oof/charts/oof-has/resources/config/conductor.conf @@ -153,7 +153,7 @@ complex_cache_refresh_interval = 60 server_url = https://{{.Values.config.aai.serviceName}}.{{ include "common.namespace" . }}:{{.Values.config.aai.port}}/aai # The version of A&AI in v# format. (string value) -server_url_version = v13 +server_url_version = v14 # SSL/TLS certificate file in pem format. This certificate must be registered # with the A&AI endpoint. (string value) |