From 4667fffa0067e40b018fa241a7bbe0d3e0c0b4b8 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Sat, 17 Oct 2020 09:35:28 +0530 Subject: [PATCH] Don't use POLL_SERVER_CFN transport for DeployedServer For config-download we create a set of dummy DeployedServer resources that has default software_config_transport property (POLL_SERVER_CFN) which unnecessarily creates ec2 credentials for these resources. We've dropped heat_cfn service from undercloud, so change these to use POLL_SERVER_HEAT instead. Change-Id: Ia86d117299e92e121a69e059b8a8460ef986cdca (cherry picked from commit 03aa8b10f686134673250c3bdde5901f693d0bd9) --- config-download-software.yaml | 1 + config-download-structured.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/config-download-software.yaml b/config-download-software.yaml index 98982ce2a8..dde40356b2 100644 --- a/config-download-software.yaml +++ b/config-download-software.yaml @@ -59,6 +59,7 @@ resources: type: OS::Heat::DeployedServer properties: name: server_resource + software_config_transport: POLL_SERVER_HEAT outputs: diff --git a/config-download-structured.yaml b/config-download-structured.yaml index 541d85e793..5b3ed61d5c 100644 --- a/config-download-structured.yaml +++ b/config-download-structured.yaml @@ -59,6 +59,7 @@ resources: type: OS::Heat::DeployedServer properties: name: server_resource + software_config_transport: POLL_SERVER_HEAT outputs: