From af6d2dcfe0ae6534380e21d81658347da7a38d96 Mon Sep 17 00:00:00 2001 From: ecaiyanlinux Date: Thu, 12 Sep 2019 14:23:43 +0200 Subject: Update keyPasswordPath Change-Id: I126c018444d235a1972b4b9cecc93dfd2f5cb4c1 Signed-off-by: Martin Yan Issue-ID: DCAEGEN2-1702 --- datafile-app-server/dpo/tosca_models/translate.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'datafile-app-server/dpo/tosca_models') diff --git a/datafile-app-server/dpo/tosca_models/translate.yaml b/datafile-app-server/dpo/tosca_models/translate.yaml index 35036df7..2c947ed6 100644 --- a/datafile-app-server/dpo/tosca_models/translate.yaml +++ b/datafile-app-server/dpo/tosca_models/translate.yaml @@ -79,12 +79,12 @@ topology_template: get_input: dmaap.dmaapProducerConfiguration ftp.ftpesConfiguration.keyCert: get_input: ftp.ftpesConfiguration.keyCert - ftp.ftpesConfiguration.keyPassword: - get_input: ftp.ftpesConfiguration.keyPassword + ftp.ftpesConfiguration.keyPasswordPath: + get_input: ftp.ftpesConfiguration.keyPasswordPath ftp.ftpesConfiguration.trustedCa: get_input: ftp.ftpesConfiguration.trustedCa - ftp.ftpesConfiguration.trustedCaPassword: - get_input: ftp.ftpesConfiguration.trustedCaPassword + ftp.ftpesConfiguration.trustedCaPasswordPath: + get_input: ftp.ftpesConfiguration.trustedCaPasswordPath security.enableDmaapCertAuth: get_input: security.enableDmaapCertAuth security.keyStorePasswordPath: -- cgit 1.2.3-korg