diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-04-26 13:10:55 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-04-26 13:11:34 +0200 |
commit | 48a2a182fe73768af38774df3596719ed2b087a1 (patch) | |
tree | d0f18cc1c731f654bd42ce25a7803585e56f7d30 /src/main/resources/clds | |
parent | 6128857eaa9c6b54bf95cca5f1d6dd2a7bfa1413 (diff) |
Fix not refreshed Tosca list
The refresh must be don inside the asynchronous block to fix the refreshing of the tosca list
Issue-ID: POLICY-3229
Change-Id: I89d4964b68d88e28bd8d0dfef19c2382d52fa7bf
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/main/resources/clds')
-rw-r--r-- | src/main/resources/clds/sdc-controllers-config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/clds/sdc-controllers-config.json b/src/main/resources/clds/sdc-controllers-config.json index b86732ec7..be9d02c8d 100644 --- a/src/main/resources/clds/sdc-controllers-config.json +++ b/src/main/resources/clds/sdc-controllers-config.json @@ -6,7 +6,7 @@ "consumerId": "clamp", "environmentName": "AUTO", "sdcAddress": "sdc.api.simpledemo.onap.org:8443", - "password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981", + "password": "enc:JPV4p067JlSXt2Fet9bfuI8JpkS4ZGYVcgypcPs98gXjgjCjTze_d3JxqmlKaaakdiOjIcEC_MJh6-5pJTLgdc", "pollingInterval":30, "pollingTimeout":30, "activateServerTLSAuth":"false", |